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] Commented: (CMIS-299) Remove parenthesesafter ON in JOIN specification



    [ http://tools.oasis-open.org/issues/browse/CMIS-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17123#action_17123 ] 

Al Brown commented on CMIS-299:
-------------------------------

JIRA Cleanup

> Remove parentheses 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
>             Fix For: Draft 0.62
>
>
> 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]