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-330) What is the production(BNF) for a list of DateTimes?


What is the production (BNF) for a list of DateTimes?
-----------------------------------------------------

                 Key: CMIS-330
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-330
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Bug
          Components: Domain Model
    Affects Versions: Draft 0.62
            Reporter: Ryan McVeigh
            Assignee: Ethan Gur-esh


The way 0.62b is written, the current BNF for a timestamp in the IN portion of a queryl statement would look like:

      SELECT * FROM foo WHERE theDate IN (TIMESTAMP "19951231T235959Z", TIMESTAMP "20040123T235959Z", TIMESTAMP "19051119T235959Z" )

Since all the elements within the IN list must be timestamps and since CMIS has invented the TIMESTAMP thing, I propose we change the format to:

      SELECT * FROM foo WHERE theDate IN TIMESTAMP ("19951231T235959Z", "20040123T235959Z", "19051119T235959Z" )

     


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