Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 92905 invoked from network); 19 Oct 2005 22:45:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2005 22:45:08 -0000 Received: (qmail 23344 invoked by uid 500); 19 Oct 2005 22:45:08 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 23333 invoked by uid 99); 19 Oct 2005 22:45:07 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 15:45:07 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id C1AA6510 for ; Thu, 20 Oct 2005 00:44:46 +0200 (CEST) Message-ID: <122459802.1129761886790.JavaMail.jira@ajax.apache.org> Date: Thu, 20 Oct 2005 00:44:46 +0200 (CEST) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Resolved: (JDO-181) Query interface misses setRange(String). In-Reply-To: <1043118511.1128936730646.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JDO-181?page=all ] Craig Russell resolved JDO-181: ------------------------------- Resolution: Fixed Committed to the svn repository 326738. > 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