Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 24401 invoked from network); 13 Oct 2005 09:25:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2005 09:25:27 -0000 Received: (qmail 64782 invoked by uid 500); 13 Oct 2005 09:25:26 -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 64771 invoked by uid 99); 13 Oct 2005 09:25:26 -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; Thu, 13 Oct 2005 02:25:26 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 8C92E512 for ; Thu, 13 Oct 2005 11:25:05 +0200 (CEST) Message-ID: <1642721718.1129195505573.JavaMail.jira@ajax.apache.org> Date: Thu, 13 Oct 2005 11:25:05 +0200 (CEST) From: "Michael Watzek (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (JDO-160) Implement new JDO 2 query tests cases concerning parameters. In-Reply-To: <1362640367.1128428751640.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-160?page=all ] Michael Watzek updated JDO-160: ------------------------------- Attachment: JDO-160.patch This patch implements the assertions above. > Implement new JDO 2 query tests cases concerning parameters. > ------------------------------------------------------------ > > Key: JDO-160 > URL: http://issues.apache.org/jira/browse/JDO-160 > Project: JDO > Type: New Feature > Components: tck20 > Reporter: Michael Watzek > Assignee: Michael Watzek > Attachments: JDO-160.patch > > We need 4 new test classes, one for each of the following assertions: > - A14.6.3-2: Parameters must all be declared explicitly via declareParameters or all be declared implicitly in the filter. > - A14.6.3-3: Parameters implicitly declared (in the result, filter, grouping, ordering, or range) are identified by prepending a ":" to the parameter everywhere it appears. All parameter types can be determined by one of the following techniques. > - A14.6.13-3: If implicit parameters are used, their order of appearance in the query determines their order for binding to positional parameters for execution. > Details can be found on Wiki page http://wiki.apache.org/jdo/QueryTests#Parameters -- 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