[ 
https://issues.apache.org/jira/browse/JDO-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Bouschen updated JDO-446:
---------------------------------

    Attachment: subquery-tck.patch

Attached you find the first version of the tck test cases (subquery-tck.patch).
I added a new package org.apache.jdo.tck.query.jdoql.subqueries and a new test 
class per subquery assertion.  The test  data file 
companyForSubqueriesTests.xml defines the test data for the subquery tests. 

> Add subqueries APIs
> -------------------
>
>                 Key: JDO-446
>                 URL: https://issues.apache.org/jira/browse/JDO-446
>             Project: JDO
>          Issue Type: New Feature
>          Components: api2, api2-legacy
>    Affects Versions: JDO 2 final
>            Reporter: Michelle Caisse
>            Assignee: Michael Bouschen
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: subquery-api.patch, subquery-tck.patch
>
>
> In 14, add subqueries to permit e.g. select from Employee where this.salary > 
> (select avg(salary) from Employee)

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

Reply via email to