OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cmis message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (CMIS-184) Add boolean and datetimeliterals to query grammar


Add boolean and datetime literals to query grammar
--------------------------------------------------

                 Key: CMIS-184
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-184
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
            Reporter: Florian Mueller


The current query grammar just allows numeric literals and string literals to be used in comparisons:

<comparison predicate> ::= <value expression> <comp op> <literal>
<literal> ::= <signed numeric literal> | <character string literal>
<signed numeric literal> ::=	!! As defined by SQL-92 grammar.
<character string literal> ::= 	!! As defined by SQL-92 grammar.

We should add support for boolean and datetime literals. That implies that we have to define a one or more valid formats for datetime literals.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]