11-24-05 12:45 PM
SupportedMapMethods miss queries calling isEmpty() and size(). SupportedColl
ectionMethods must be extended by queries calling contains() and size().
----------------------------------------------------------------------------
------------------------------------------------------------------------
Key: JDO-223
URL: http://issues.apache.org/jira/browse/JDO-223
Project: JDO
Type: Bug
Components: tck20
Reporter: Michael Watzek
Assigned to: Michael Watzek
SupportedMapMethods must be extended by queries calling isEmpty() and size()
:
- SELECT FROM Person WHERE phoneNumbers.isEmpty()
- SELECT FROM Person WHERE phoneNumbers.size() == 2
SupportedCollectionMethods must be extended by queries calling contains() an
d size():
- SELECT FROM Department WHERE employees.contains(employee) PARAMETERS Emplo
yee employee
- SELECT FROM Department WHERE employees.size() == 3
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|