You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2010/06/14 10:17:15 UTC

[jira] Updated: (CMIS-214) Cleanup and Streamlining of query grammar for ANTLR

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

Florian Müller updated CMIS-214:
--------------------------------

    Component/s: opencmis-server

> Cleanup and Streamlining of query grammar for ANTLR
> ---------------------------------------------------
>
>                 Key: CMIS-214
>                 URL: https://issues.apache.org/jira/browse/CMIS-214
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: opencmis-server
>            Reporter: Jens Hübel
>            Priority: Minor
>
> In order to make the grammar more consistent, to reflect the spec changes after CMIS 0.5 and to simplify processing the AST the following changes should be performed:
> - Make nodes in grammar tree for AND, OR and NOT operators
> - remove imaginary tokens BIN_OP and UN_OP as they do not provide value
> - rename imaginary token BIN_OP_ANY to EQ_ANY (EQ is now the only allowed operator)
> - use two different imaginary tokens SEL_LIST and IN_LIST for list of literals in SELECT and WHERE part (these are different things)
> - Introduce new imaginary tokens IN_ANY, NOT_IN_ANY for <quantified  comparison predicate> as this is a separate operator requiring its own processing

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