You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Craig Russell (JIRA)" <ji...@apache.org> on 2008/01/11 18:21:33 UTC

[jira] Created: (JDO-569) Update the query BNF for subquery support

Update the query BNF for subquery support
-----------------------------------------

                 Key: JDO-569
                 URL: https://issues.apache.org/jira/browse/JDO-569
             Project: JDO
          Issue Type: Task
          Components: specification
            Reporter: Craig Russell
            Assignee: Michael Bouschen
             Fix For: JDO 2 maintenance release 1


The query BNF needs to be updated for subqueries. 

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


[jira] Resolved: (JDO-569) Update the query BNF for subquery support

Posted by "Craig Russell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JDO-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Craig Russell resolved JDO-569.
-------------------------------

    Resolution: Fixed

The changes are included in the draft specification dated 2008-02-15.

> Update the query BNF for subquery support
> -----------------------------------------
>
>                 Key: JDO-569
>                 URL: https://issues.apache.org/jira/browse/JDO-569
>             Project: JDO
>          Issue Type: Task
>          Components: specification
>            Reporter: Craig Russell
>            Assignee: Michael Bouschen
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: JDOQL 2.1 BNF.mif
>
>
> The query BNF needs to be updated for subqueries. 

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


[jira] Updated: (JDO-569) Update the query BNF for subquery support

Posted by "Michael Bouschen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JDO-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Bouschen updated JDO-569:
---------------------------------

    Attachment: JDOQL 2.1 BNF.mif

Attached you find an updated version of the JDOQL BNF. It includes a new subsection describing subqueries:

--------------------------------

Subqueries

This section describes the syntax of subqueries in JDOQL. 

Subquery:
     SubquerySelect SubqueryFrom Where(opt) Decls

SubquerySelect:
     select SubqueryResultClause

SubqueryResultClause:
     distinctopt Expression (,opt)

SubqueryFrom:
     from CandidateClassName Alias(opt) ExcludeClause(opt)
     from FieldAccess Alias(opt)

Alias:
     as(opt) Identifier

> Update the query BNF for subquery support
> -----------------------------------------
>
>                 Key: JDO-569
>                 URL: https://issues.apache.org/jira/browse/JDO-569
>             Project: JDO
>          Issue Type: Task
>          Components: specification
>            Reporter: Craig Russell
>            Assignee: Michael Bouschen
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: JDOQL 2.1 BNF.mif
>
>
> The query BNF needs to be updated for subqueries. 

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