From dev-return-15915-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Wed Mar 24 17:41:51 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 64760 invoked from network); 24 Mar 2010 17:41:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Mar 2010 17:41:51 -0000 Received: (qmail 54152 invoked by uid 500); 24 Mar 2010 17:41:50 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 54113 invoked by uid 500); 24 Mar 2010 17:41:50 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 54003 invoked by uid 99); 24 Mar 2010 17:41:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 17:41:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Mar 2010 17:41:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4C6A0234C4E4 for ; Wed, 24 Mar 2010 17:41:27 +0000 (UTC) Message-ID: <1669847936.465571269452487312.JavaMail.jira@brutus.apache.org> Date: Wed, 24 Mar 2010 17:41:27 +0000 (UTC) From: "Donald Woods (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-1579) Additional test for qualified path in HAVING clause In-Reply-To: <1762963085.290811268754387327.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods resolved OPENJPA-1579. ----------------------------------- Resolution: Fixed Fix Version/s: (was: 2.0.0) 2.0.0-beta3 > Additional test for qualified path in HAVING clause > --------------------------------------------------- > > Key: OPENJPA-1579 > URL: https://issues.apache.org/jira/browse/OPENJPA-1579 > Project: OpenJPA > Issue Type: Test > Components: jdbc > Affects Versions: 2.0.0-beta2 > Reporter: Dianne Richards > Assignee: Dianne Richards > Priority: Minor > Fix For: 2.0.0-beta3 > > Attachments: patch.txt > > > The original set of junit tests for qualified paths did not have any qualified paths in the HAVING clause. The fix for OPENJPA-1573 now has a test using VALUE() in the HAVING clause. This JIRA will enhance a testcase to include a test for the KEY() expression in the HAVING clause. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.