Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 82183 invoked from network); 10 Oct 2007 19:28:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2007 19:28:11 -0000 Received: (qmail 44593 invoked by uid 500); 10 Oct 2007 19:27:59 -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 44582 invoked by uid 99); 10 Oct 2007 19:27:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 12:27:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2007 19:28:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DADC07141FD for ; Wed, 10 Oct 2007 12:27:50 -0700 (PDT) Message-ID: <16467629.1192044470893.JavaMail.jira@brutus> Date: Wed, 10 Oct 2007 12:27:50 -0700 (PDT) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Reopened: (JDO-446) Add subqueries APIs In-Reply-To: <7579411.1165619900998.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JDO-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Russell reopened JDO-446: ------------------------------- Assignee: Michelle Caisse (was: Craig Russell) We now need tck test cases for this feature. > Add subqueries APIs > ------------------- > > Key: JDO-446 > URL: https://issues.apache.org/jira/browse/JDO-446 > Project: JDO > Issue Type: New Feature > Components: api2, api2-legacy > Affects Versions: JDO 2 final > Reporter: Michelle Caisse > Assignee: Michelle Caisse > Fix For: JDO 2 maintenance release 1 > > Attachments: Query-patch.txt > > > In 14, add subqueries to permit e.g. select from Employee where this.salary > (select avg(salary) from Employee) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.