Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@minotaur.apache.org Received: (qmail 49251 invoked from network); 20 Jan 2010 01:33:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2010 01:33:23 -0000 Received: (qmail 2977 invoked by uid 500); 20 Jan 2010 01:33:23 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 2956 invoked by uid 500); 20 Jan 2010 01:33:23 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 2946 invoked by uid 99); 20 Jan 2010 01:33:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 01:33:23 +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, 20 Jan 2010 01:33:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 80311234C4BC for ; Tue, 19 Jan 2010 17:32:54 -0800 (PST) Message-ID: <1606763867.357571263951174523.JavaMail.jira@brutus.apache.org> Date: Wed, 20 Jan 2010 01:32:54 +0000 (UTC) From: "McKinley (JIRA)" To: empire-db-commits@incubator.apache.org Subject: [jira] Updated: (EMPIREDB-70) MySQL Indentifier Quote not MySQL Default In-Reply-To: <288550461.357071263950214503.JavaMail.jira@brutus.apache.org> 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/EMPIREDB-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] McKinley updated EMPIREDB-70: ----------------------------- Attachment: empire-db-mckinley-20-Jan-2010.patch > MySQL Indentifier Quote not MySQL Default > ----------------------------------------- > > Key: EMPIREDB-70 > URL: https://issues.apache.org/jira/browse/EMPIREDB-70 > Project: Empire-DB > Issue Type: Bug > Components: Core > Affects Versions: empire-db-2.0.7-incubating > Reporter: McKinley > Priority: Minor > Attachments: empire-db-mckinley-20-Jan-2010.patch > > Original Estimate: 0.03h > Remaining Estimate: 0.03h > > The default indentifier quote for MySQL is ` not " as evidenced by the following. > http://bazaar.launchpad.net/~mark-mysql/connectorj/5.1/annotate/head%3A/src/com/mysql/jdbc/DatabaseMetaData.java#L3237 > http://bazaar.launchpad.net/~mark-mysql/connectorj/5.1/annotate/head%3A/src/com/mysql/jdbc/ConnectionImpl.java#L5527 > http://bazaar.launchpad.net/~mark-mysql/connectorj/5.1/annotate/head%3A/src/com/mysql/jdbc/ConnectionImpl.java#L3614 > http://bazaar.launchpad.net/~mark-mysql/connectorj/5.1/annotate/head%3A/src/com/mysql/jdbc/ConnectionImpl.java#L5582 > http://bazaar.launchpad.net/~mark-mysql/connectorj/5.1/annotate/head%3A/src/com/mysql/jdbc/ConnectionImpl.java#L604 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.