Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JDO 2 maintenance release 1 (2.1)
-
None
Description
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).