Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 4909 invoked from network); 24 Mar 2005 23:04:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Mar 2005 23:04:36 -0000 Received: (qmail 78693 invoked by uid 500); 24 Mar 2005 23:04:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 78638 invoked by uid 500); 24 Mar 2005 23:04:34 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 78558 invoked by uid 99); 24 Mar 2005 23:04:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 24 Mar 2005 15:04:32 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id D07583AF for ; Thu, 24 Mar 2005 22:16:22 +0100 (CET) Message-ID: <1464388014.1111698982852.JavaMail.jira@ajax.apache.org> Date: Thu, 24 Mar 2005 22:16:22 +0100 (CET) From: "George Baklarz (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-180) XCL47 SQLState duplicated in messages_en.properties? Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N XCL47 SQLState duplicated in messages_en.properties? ---------------------------------------------------- Key: DERBY-180 URL: http://issues.apache.org/jira/browse/DERBY-180 Project: Derby Type: Bug Components: SQL Versions: 10.0.2.0 Environment: Windows XP SP1 Professional Reporter: George Baklarz Priority: Minor In the messages_en.properties file, there are two items that are similar: XCL47.S=Use of ''{0}'' requires database to be upgraded from version {1} to version {2} or later. XCL478.S=The requested function can not reference tables in SESSION schema. SQLSTATEs are supposed to be 5 characters long. When I issue a CREATE VIEW on a SESSION table, I receive the proper error message: ij> declare global temporary table x (a int) not logged; 0 rows inserted/updated/deleted ij> create view z as (select * from session.x); ERROR XCL47: The requested function can not reference tables in SESSION schema. So, was XCL478 truncated to XCL47? Does this mean that if I tried to do something that invokes the other version of XCL47 that I will get the wrong message? I suspect one of the message numbers needs to be changed and that the SQL error be fixed to be 5 characters long instead of 6. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira