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 "Andy Jefferson (JIRA)" <ji...@apache.org> on 2008/01/23 14:39:36 UTC

[jira] Commented: (JDO-568) Add subquery support to JPOX

    [ https://issues.apache.org/jira/browse/JDO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561671#action_12561671 ] 

Andy Jefferson commented on JDO-568:
------------------------------------

NonCorrelatedSubqueries test has an error. It tries to call
List allEmployees = (List)pm.newQuery(Employee.class).execute();
yet there is no transaction, and non-tx-read is not set. Should it call executeJDOQuery and use the result ?

This likely applies also to CorrelatedSubqueriesXXX

> Add subquery support to JPOX
> ----------------------------
>
>                 Key: JDO-568
>                 URL: https://issues.apache.org/jira/browse/JDO-568
>             Project: JDO
>          Issue Type: Task
>          Components: tck2, tck2-legacy
>    Affects Versions: JDO 2 maintenance release 1
>            Reporter: Michael Bouschen
>            Assignee: Andy Jefferson
>             Fix For: JDO 2 maintenance release 1
>
>
> The subquery test cases currently fail, because JPOX does not yet support subqueries:
>     [java] RUN CorrelatedSubqueries.testPositive           ERROR
>     [java] RUN CorrelatedSubqueriesWithParameters.testPositive     ERROR
>     [java] RUN MultipleCallsReplaceSubquery.testPositive           ERROR
>     [java] RUN NonCorrelatedSubqueries.testPositive        ERROR
>     [java] RUN NullCandidateCollectionExpression.testPositive      ERROR
>     [java] RUN NullSubqueryParameter.testPositive          ERROR
>     [java] RUN UnmodifiedSubqueryInstance.testPositive     ERROR 
> Here is the corresponding JPOX JIRA: http://www.jpox.org/servlet/jira/browse/CORE-3207.

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