Return-Path: X-Original-To: apmail-openjpa-dev-archive@www.apache.org Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 120D192F5 for ; Fri, 25 May 2012 23:51:26 +0000 (UTC) Received: (qmail 20590 invoked by uid 500); 25 May 2012 23:51:25 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 20543 invoked by uid 500); 25 May 2012 23:51:25 -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 20442 invoked by uid 99); 25 May 2012 23:51:25 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 23:51:25 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 8E6401418B6 for ; Fri, 25 May 2012 23:51:25 +0000 (UTC) Date: Fri, 25 May 2012 23:51:25 +0000 (UTC) From: "David Minor (JIRA)" To: dev@openjpa.apache.org Message-ID: <1439162207.4488.1337989885585.JavaMail.jiratomcat@issues-vm> In-Reply-To: <526605593.53290.1302640445673.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (OPENJPA-1979) Regression for non-standard joins with constant column values MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283824#comment-13283824 ] David Minor commented on OPENJPA-1979: -------------------------------------- A similar fix is also needed for 'private static Column newColumn(ElementJoinColumn join, boolean delimit)', and possibly the other join annotations if they used to support constant joins. > Regression for non-standard joins with constant column values > -------------------------------------------------------------- > > Key: OPENJPA-1979 > URL: https://issues.apache.org/jira/browse/OPENJPA-1979 > Project: OpenJPA > Issue Type: Bug > Components: jdbc, kernel > Affects Versions: 2.0.0-M1, 2.0.0 > Reporter: Pinaki Poddar > Attachments: OPENJPA-1979.patch.1.txt, Test-1979.zip > > > The non-standard join can use constant column values by enclosing them in single-quote character. This behavior is regressed. The likely cause of this regression is new delimiting support for schema elements introduced in JPA 2.0. The constant column value used to be detected during schema definition based on the assumption of the name being enclosed in single-quote. Due to introduction of delimiting capability, the constant value is now enclosed in double-quote followed by a single-quote. > The visible effect is failure to define schema for non-standard join with constant values. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira