[
https://issues.apache.org/jira/browse/JDO-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bouschen updated JDO-580:
---------------------------------
Attachment: JDO-580.conf
derby-app-JDO-580-junit.txt
Checked in the patch (see revision 699883).
Currently the new tests fail (see attached file derby-app-JDO-580-junit.txt for
details), so I do not include the new test classes AggregateOnSize and
MethodsInResult in the TCK configuration files running query tests. You can use
the attached configuration file JDO-580.conf to run the new test classes.
> Add TCK query test using methods in the query result
> ----------------------------------------------------
>
> Key: JDO-580
> URL: https://issues.apache.org/jira/browse/JDO-580
> Project: JDO
> Issue Type: Test
> Components: tck2, tck2-legacy
> Affects Versions: JDO 2 maintenance release 1
> Reporter: Michael Bouschen
> Assignee: Michael Bouschen
> Fix For: JDO 2 maintenance release 3
>
> Attachments: derby-app-JDO-580-junit.txt, JDO-580.conf, JDO-580.patch
>
>
> There are currently no TCK tests for using size() and max() or other
> aggregates in queries. For example, find the Node or Nodes with the maximum
> number of children: SELECT FROM Node WHERE this.children.size() == (SELECT
> MAX(n.children.size()) FROM Node n).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.