Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 56346 invoked from network); 4 Dec 2007 16:31:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 16:31:07 -0000 Received: (qmail 58564 invoked by uid 500); 4 Dec 2007 16:30:54 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 58536 invoked by uid 500); 4 Dec 2007 16:30:54 -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 58527 invoked by uid 99); 4 Dec 2007 16:30:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 08:30:54 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 04 Dec 2007 16:31:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45C3F714204 for ; Tue, 4 Dec 2007 08:30:43 -0800 (PST) Message-ID: <20049170.1196785843275.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 08:30:43 -0800 (PST) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-3241) No syntax error when compiling statement with unterminated comment In-Reply-To: <19375774.1196551543446.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-3241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen closed DERBY-3241. ------------------------------------- Resolution: Fixed Fix Version/s: 10.4.0.0 Derby Info: (was: [Patch Available]) Thanks for the new patch, James. It seems to work fine now. Committed revision 600990. > No syntax error when compiling statement with unterminated comment > ------------------------------------------------------------------ > > Key: DERBY-3241 > URL: https://issues.apache.org/jira/browse/DERBY-3241 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.4.0.0 > Reporter: Knut Anders Hatlen > Assignee: James F. Adams > Priority: Minor > Fix For: 10.4.0.0 > > Attachments: Derby-3241-2.diff, Derby-3241.diff > > > Compiling a statement with an unterminated comment doesn't raise a syntax error. > ij> prepare p as 'values 1 /* unterminated comment '; > ij> execute p; > 1 > ----------- > 1 > 1 row selected -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.