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-299) Make parentheses optionalafter ON in JOIN specification


Make parentheses optional after ON in JOIN specification
--------------------------------------------------------

                 Key: CMIS-299
                 URL: http://tools.oasis-open.org/issues/browse/CMIS-299
             Project: OASIS Content Management Interoperability Services (CMIS) TC
          Issue Type: Improvement
          Components: Domain Model
            Reporter: Florent Guillaume
            Assignee: Ethan Gur-esh
            Priority: Minor


The BNF for queries has:

  <join specification> ::= ON "(" <column reference> "=" <column reference> ")"

I see no reason to have the parentheses mandatory; for consistency with the syntax of many databases I'd rather have:

  <join specification> ::= ON ( <column reference> "=" <column reference> | "(" <column reference> "=" <column reference> ")" )

(And if people want to completely ditch the redundant parentheses I'm all for it as well.)


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