You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Nan Deng (JIRA)" <ji...@apache.org> on 2019/03/12 17:35:00 UTC

[jira] [Created] (CALCITE-2917) Calcite should use double quote as default identifier delimiter

Nan Deng created CALCITE-2917:
---------------------------------

             Summary: Calcite should use double quote as default identifier delimiter
                 Key: CALCITE-2917
                 URL: https://issues.apache.org/jira/browse/CALCITE-2917
             Project: Calcite
          Issue Type: Bug
          Components: core
    Affects Versions: 1.18.0, 1.17.0
            Reporter: Nan Deng


From CALCITE-1217 I found this statement:
{code:java}
(Calcite) Its default identifier quoting character is double-quote.
{code}
 this is not consistent with what's been said in [Parser.jj|https://github.com/apache/calcite/blob/50012d221d6e9a5e42a957ab0723e0f706b25be3/core/src/main/codegen/templates/Parser.jj#L6976] which defines bracket as the default identifier delimiter:

 

 It should be one or another.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)