You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florent Guillaume (JIRA)" <ji...@apache.org> on 2010/03/08 12:19:27 UTC

[jira] Resolved: (CMIS-147) Implement datetime and boolean literals in CMISQL parser

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

Florent Guillaume resolved CMIS-147.
------------------------------------

    Resolution: Fixed

Done.
r920275

> 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.