Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 83217 invoked from network); 2 Dec 2007 04:08:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2007 04:08:18 -0000 Received: (qmail 24598 invoked by uid 500); 2 Dec 2007 04:08:06 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 24559 invoked by uid 500); 2 Dec 2007 04:08:05 -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 24550 invoked by uid 99); 2 Dec 2007 04:08:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2007 20:08:05 -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; Sun, 02 Dec 2007 04:08:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5D420714209 for ; Sat, 1 Dec 2007 20:07:43 -0800 (PST) Message-ID: <18302531.1196568463379.JavaMail.jira@brutus> Date: Sat, 1 Dec 2007 20:07:43 -0800 (PST) From: "James F. Adams (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (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 ] James F. Adams reassigned DERBY-3241: ------------------------------------- Assignee: James F. Adams > 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 > > 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.