Implement datetime and boolean literals in CMISQL parser
--------------------------------------------------------

                 Key: CMIS-147
                 URL: https://issues.apache.org/jira/browse/CMIS-147
             Project: Chemistry
          Issue Type: Bug
          Components: chemistry-commons
            Reporter: Florent Guillaume
            Assignee: Florent Guillaume


We must implement the missing:
  <literal> ::= ... | <datetime literal> | <boolean literal>
  <datetime literal> ::= TIMESTAMP <quote> <datetime string> <quote>
  <datetime string> ::= YYYY-MM-DDThh:mm:ss.sss[Z | +hh:mm | -hh:mm]
  <boolean literal> ::= TRUE | FALSE | true | false
  <quote> ::= '


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to