You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/10/04 22:34:21 UTC

[jira] [Updated] (CALCITE-1256) Quoted reserved identifier should match for column names

     [ https://issues.apache.org/jira/browse/CALCITE-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde updated CALCITE-1256:
---------------------------------
    Labels: newbie  (was: )

> Quoted reserved identifier should match for column names
> --------------------------------------------------------
>
>                 Key: CALCITE-1256
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1256
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Jinfeng Ni
>            Assignee: Jinfeng Ni
>              Labels: newbie
>
> SQL standard allows couple of reserved identifiers used for system function call, such as USER, CURRENT_USER, CURRENT_TIME etc. If someone wants to use those reserved names as column names, he has
> to use quoted identifier.
> However, Calcite always interprets those simple quoted identifiers as a system function call, in stead of column name.  Such behavior is different from Postgres/Oracle, which will interpret a quoted identifier as column name, instead of system function call.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)