Query interface misses setRange(String).
----------------------------------------
Key: JDO-181
URL: http://issues.apache.org/jira/browse/JDO-181
Project: JDO
Type: Bug
Components: api20
Reporter: Michael Watzek
Assigned to: Craig Russell
This method is required by the spec:
A14.6.8-3 [setRange(String range);]
When using the string form of setRange both parameter values are specified
either as numbers or
as parameters. The fromIncl and toExcl values are comma separated and evaluated
as either
long values or as parameter names (beginning with ":"). For example,
setRange(":from-
Range, :toRange") or setRange("100, 130").
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira