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 "Michael Bouschen (JIRA)" <ji...@apache.org> on 2006/03/02 22:24:50 UTC

[jira] Updated: (JDO-320) Add negative query test for projecting a map and collection field to tck20

     [ http://issues.apache.org/jira/browse/JDO-320?page=all ]

Michael Bouschen updated JDO-320:
---------------------------------

    Attachment: JDO-320.patch

Attached you find a patch JDO-320.patch for review. It adds the two negative test queries to the ResultExpressions class.

Please note, that the current JPOX version currently accepts JDOQL queries returning a collection field, so the negative test fails.

> Add negative query test for projecting a map and collection field to tck20
> --------------------------------------------------------------------------
>
>          Key: JDO-320
>          URL: http://issues.apache.org/jira/browse/JDO-320
>      Project: JDO
>         Type: Test
>   Components: tck20
>     Versions: JDO 2 rc1
>     Reporter: Michael Bouschen
>     Assignee: Michael Bouschen
>      Fix For: JDO 2 final
>  Attachments: JDO-320.patch
>
> The latest version of the JDO spec disallows JDOQL queries projecting a collection or map field, e.g.
>   SELECT p.phoneNumbers FROM org.apache.jdo.tck.pc.company.Person p
>   SELECT d.employees FROM org.apache.jdo.tck.pc.company.Department d
> We should add a test method running the above queries which should result in a JDOException.

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