Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 81663 invoked from network); 4 Oct 2005 12:26:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2005 12:26:19 -0000 Received: (qmail 84937 invoked by uid 500); 4 Oct 2005 12:26:13 -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 84925 invoked by uid 99); 4 Oct 2005 12:26:12 -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; Tue, 04 Oct 2005 05:26:12 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 9CD17E0 for ; Tue, 4 Oct 2005 14:25:51 +0200 (CEST) Message-ID: <1362640367.1128428751640.JavaMail.jira@ajax.apache.org> Date: Tue, 4 Oct 2005 14:25:51 +0200 (CEST) From: "Michael Watzek (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Created: (JDO-160) Implement new JDO 2 query tests cases concerning parameters. 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 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 Assigned to: Michael Watzek 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