[ http://issues.apache.org/jira/browse/JDO-181?page=comments#action_12332270 ]
Michael Bouschen commented on JDO-181: -------------------------------------- The patch looks good! I propose to add method setRange(String range) to section 14.6 at the end of subsection Query element binding on page 144. This would result in a new assertion with number A14.6-24. > 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 > Assignee: Craig Russell > Attachments: query.patch > > 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
