From derby-dev-return-88096-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Wed Jun 1 13:10:31 2011 Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEA486AC9 for ; Wed, 1 Jun 2011 13:10:30 +0000 (UTC) Received: (qmail 5553 invoked by uid 500); 1 Jun 2011 13:10:30 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 5532 invoked by uid 500); 1 Jun 2011 13:10:30 -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 5517 invoked by uid 99); 1 Jun 2011 13:10:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 13:10:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 13:10:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7D169ED80E for ; Wed, 1 Jun 2011 13:09:47 +0000 (UTC) Date: Wed, 1 Jun 2011 13:09:47 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: <1735052513.59470.1306933787508.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <747367040.56434.1306858008055.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (DERBY-5254) The keywords introduced by the CREATE SEQUENCE work are treated as reserved rather than unreserved. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-5254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas resolved DERBY-5254. ---------------------------------- Resolution: Fixed Fix Version/s: 10.9.0.0 10.8.1.3 10.7.1.4 10.6.2.3 Issue & fix info: [Known fix] (was: [Patch Available, Known fix]) > The keywords introduced by the CREATE SEQUENCE work are treated as reserved rather than unreserved. > --------------------------------------------------------------------------------------------------- > > Key: DERBY-5254 > URL: https://issues.apache.org/jira/browse/DERBY-5254 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.6.1.0, 10.6.2.1, 10.7.1.1, 10.8.1.2 > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Fix For: 10.6.2.3, 10.7.1.4, 10.8.1.3, 10.9.0.0 > > Attachments: derby-5254-01-aa-unreserveKeywords.diff > > > The following keywords appear in the non-reserved keywords list in sqlgrammar.jj but are not included in nonReservedKeyword() production further down in that file. The intention was for the following words to be non-reserved keywords. But they are treated as reserved keywords. These keywords should be added to the nonReservedKeyword() production: > MAXVALUE > MINVALUE > CYCLE > Technically, these are supposed to be reserved keywords according to the Standard. However, we wanted to minimize disruption for users by making these non-reserved keywords--and it seems we failed to. Our good intentions are recorded in the functional spec attached to DERBY-712. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira