Thomas D'Silva created PHOENIX-1621:
---------------------------------------

             Summary: Parser does not allow double quotes in NAME
                 Key: PHOENIX-1621
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1621
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 3.0.0, 4.0.0
            Reporter: Thomas D'Silva


Currently column names are not allowed to have double quotes.

In PhoenixSQL.g 

NAME
    :    LETTER (FIELDCHAR)*
    |    '\"' (DBL_QUOTE_CHAR)* '\"'
    ;

fragment
DBL_QUOTE_CHAR
    :   ( ~('\"') )+
    ;



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

Reply via email to