Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 22758 invoked from network); 15 Oct 2005 03:53:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Oct 2005 03:53:09 -0000 Received: (qmail 95864 invoked by uid 500); 15 Oct 2005 03:53:09 -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 95849 invoked by uid 99); 15 Oct 2005 03:53:08 -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; Fri, 14 Oct 2005 20:53:07 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 00B01590 for ; Sat, 15 Oct 2005 05:52:46 +0200 (CEST) Message-ID: <558915838.1129348366000.JavaMail.jira@ajax.apache.org> Date: Sat, 15 Oct 2005 05:52:45 +0200 (CEST) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (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 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