Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 27523 invoked from network); 29 Apr 2005 16:14:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Apr 2005 16:14:18 -0000 Received: (qmail 38797 invoked by uid 500); 29 Apr 2005 16:15:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 38755 invoked by uid 500); 29 Apr 2005 16:15:33 -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 38724 invoked by uid 99); 29 Apr 2005 16:15:33 -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; Fri, 29 Apr 2005 09:15:33 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 368CF2CD for ; Fri, 29 Apr 2005 18:14:12 +0200 (CEST) Message-ID: <1083456333.1114791252219.JavaMail.jira@ajax.apache.org> Date: Fri, 29 Apr 2005 18:14:12 +0200 (CEST) From: "Jack Klebanoff (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-13) Quoted names with embedded period mishandled in from list In-Reply-To: <2054235333.1096483952122.JavaMail.apache@nagoya> 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 [ http://issues.apache.org/jira/browse/DERBY-13?page=all ] Jack Klebanoff reassigned DERBY-13: ----------------------------------- Assign To: (was: Jack Klebanoff) > Quoted names with embedded period mishandled in from list > --------------------------------------------------------- > > Key: DERBY-13 > URL: http://issues.apache.org/jira/browse/DERBY-13 > Project: Derby > Type: Bug > Components: SQL > Versions: 10.0.2.0 > Reporter: Ramandeep Kaur > Priority: Minor > Attachments: Derby-13.diff, Derby-13.patch, derbylang_report.txt > > Opening this bug on behalf of Satheesh Bandaram > --------------------------------------------------------- > The compiler mishandles quoted names with embedded periods when > checking uniqueness of table names in the from list of a > SELECT. Consider the following SQL: > create table "S1.T1" (id int not null primary key, d1 int); > create schema s1; > create table s1.t1 (id int not null primary key, d2 int); > select * from s1.t1, "S1.T1" where s1.t1.id = "S1.T1".id; > Derby throws an error on the final SELECT statement: > "ERROR 42X09: The table or alias name 'S1.T1' is used more than > once in the FROM list". However s1.t1 and "S1.T1" are different > tables. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira