From derby-dev-return-66020-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Sun Feb 01 20:30:21 2009 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 3454 invoked from network); 1 Feb 2009 20:30:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2009 20:30:21 -0000 Received: (qmail 19606 invoked by uid 500); 1 Feb 2009 20:30:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 19578 invoked by uid 500); 1 Feb 2009 20:30:20 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 19569 invoked by uid 99); 1 Feb 2009 20:30:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Feb 2009 12:30:20 -0800 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; Sun, 01 Feb 2009 20:30:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9B29F234C4B7 for ; Sun, 1 Feb 2009 12:29:59 -0800 (PST) Message-ID: <609836333.1233520199634.JavaMail.jira@brutus> Date: Sun, 1 Feb 2009 12:29:59 -0800 (PST) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4042) org.apache.derby.impl.load.Import needs to escape single quotes In-Reply-To: <1516083923.1233394379607.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/DERBY-4042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669438#action_12669438 ] Bryan Pendleton commented on DERBY-4042: ---------------------------------------- Thanks for the clarification. That seems fine to me. Yes, a comment in the test case would be worthwhile. > org.apache.derby.impl.load.Import needs to escape single quotes > --------------------------------------------------------------- > > Key: DERBY-4042 > URL: https://issues.apache.org/jira/browse/DERBY-4042 > Project: Derby > Issue Type: Bug > Components: Tools > Affects Versions: 10.4.2.0 > Reporter: Knut Anders Hatlen > Assignee: Knut Anders Hatlen > Attachments: d4042-1.diff > > > The code that builds the SQL statement that invokes the Import VTI doesn't properly escape single quotes. This causes problems for users, see: http://mail-archives.apache.org/mod_mbox/db-derby-user/200901.mbox/%3c21754463.post@talk.nabble.com%3e > Import.performImport() is the method that needs to be fixed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.