You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Francis Chuang (JIRA)" <ji...@apache.org> on 2017/03/06 21:34:32 UTC

[jira] [Created] (CALCITE-1671) Support for named bind parameters

Francis Chuang created CALCITE-1671:
---------------------------------------

             Summary: Support for named bind parameters
                 Key: CALCITE-1671
                 URL: https://issues.apache.org/jira/browse/CALCITE-1671
             Project: Calcite
          Issue Type: New Feature
            Reporter: Francis Chuang
            Assignee: Julian Hyde
            Priority: Minor


As discussed on the mailing list, there is some interest in supporting named bind parameters:
{code}
SELECT * FROM my_table WHERE my_column > :parameter1 AND mycolumn2 > :parameter2
{code}

Will mixing of named and unnamed parameters be allowed?

{code}
SELECT * FROM my_table WHERE my_column > :parameter1 AND mycolumn2 > ? AND mycolumn3 > :parameter3
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)