From ddlutils-dev-return-1404-apmail-db-ddlutils-dev-archive=db.apache.org@db.apache.org Wed Mar 21 15:12:55 2007 Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 10684 invoked from network); 21 Mar 2007 15:12:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2007 15:12:53 -0000 Received: (qmail 10773 invoked by uid 500); 21 Mar 2007 15:13:01 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 10751 invoked by uid 500); 21 Mar 2007 15:13:01 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 10737 invoked by uid 99); 21 Mar 2007 15:13:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2007 08:13:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 21 Mar 2007 08:12:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 702B4714046 for ; Wed, 21 Mar 2007 08:12:32 -0700 (PDT) Message-ID: <28410452.1174489952456.JavaMail.jira@brutus> Date: Wed, 21 Mar 2007 08:12:32 -0700 (PDT) From: "Stefan Huber (JIRA)" To: ddlutils-dev@db.apache.org Subject: [jira] Created: (DDLUTILS-166) Column name 'language' causes errors during schema update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Column name 'language' causes errors during schema update --------------------------------------------------------- Key: DDLUTILS-166 URL: https://issues.apache.org/jira/browse/DDLUTILS-166 Project: DdlUtils Issue Type: Bug Components: Core - PostgreSql Environment: PostgreSQL v8.2 on Windows XP Reporter: Stefan Huber Assigned To: Thomas Dudziak Create a database with the following schema definition (I did this via an ant task)
If you perform an schema update with the same definition you get an error, that the index column "language" could not be found in the table. Because of reasons I can only guess, the jdbs driver returns the index column name "language" in quotes so that the column is not found in the table definition. This is a bit strange but even if the identifier "language" is a keyword in PostgreSQL it is allowed as a column name and DdlUtils should consider this too. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.