Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 2004 invoked from network); 12 May 2008 18:07:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2008 18:07:19 -0000 Received: (qmail 37879 invoked by uid 500); 12 May 2008 18:07:20 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 37854 invoked by uid 500); 12 May 2008 18:07:20 -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 37843 invoked by uid 99); 12 May 2008 18:07:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 11:07:20 -0700 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; Mon, 12 May 2008 18:06:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B792234C10C for ; Mon, 12 May 2008 11:06:55 -0700 (PDT) Message-ID: <1873861284.1210615615563.JavaMail.jira@brutus> Date: Mon, 12 May 2008 11:06:55 -0700 (PDT) From: "Patrick Linskey (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-594) Incorrect schema separator used for Informix tables In-Reply-To: <1856585513.1210268399438.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/OPENJPA-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Linskey updated OPENJPA-594: ------------------------------------ Affects Version/s: 1.0.1 Fix Version/s: 1.1.0 Applied to 1.1.x branch. > Incorrect schema separator used for Informix tables > --------------------------------------------------- > > Key: OPENJPA-594 > URL: https://issues.apache.org/jira/browse/OPENJPA-594 > Project: OpenJPA > Issue Type: Bug > Components: jdbc > Affects Versions: 1.0.1, 1.0.2 > Reporter: Dinkar Rao > Assignee: Michael Dick > Fix For: 1.1.0, 1.2.0 > > Attachments: patch-594.txt > > Original Estimate: 0h > Remaining Estimate: 0h > > With Informix IDS 9.4 (or 10.0), when a schema is specified in the table annotation or in the openjpa.jdbc.schema property, a SQL for CREATE TABLE with invalid syntax is generated: > CREATE TABLE MYSCHEMA:MYTABLE (...); > The correct separator between the schema and the table is "dot". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.