You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Craig Russell (JIRA)" <ji...@apache.org> on 2005/10/15 05:52:45 UTC

[jira] Updated: (JDO-181) Query interface misses setRange(String).

     [ http://issues.apache.org/jira/browse/JDO-181?page=all ]

Craig Russell updated JDO-181:
------------------------------

    Attachment: query.patch

Please review this patch. Since it is an extra method, JPOX will need to include the new method or code will break. Please let me know when it's ok to check in.

> 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