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 2007/12/29 08:13:48 UTC

[jira] Commented: (JDO-446) Add subqueries APIs

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

Craig Russell commented on JDO-446:
-----------------------------------

Looks good. Just a few comments:

1. +    void runTestSuqueriesXX(PersistenceManager pm) {
probably should be 
+    void runTestSubqueriesXX(PersistenceManager pm) {

2. Just a thought. Should we run queries against memory model instances as well?

3. The new/updated classes apply to both tck2 and tck2-legacy, right?


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