Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 37543 invoked from network); 7 Jan 2009 01:46:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2009 01:46:14 -0000 Received: (qmail 73647 invoked by uid 500); 7 Jan 2009 01:46:14 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 73619 invoked by uid 500); 7 Jan 2009 01:46:14 -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 73610 invoked by uid 99); 7 Jan 2009 01:46:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 17:46:13 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2009 01:46:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BBFF3234C48D for ; Tue, 6 Jan 2009 17:45:50 -0800 (PST) Message-ID: <1192753997.1231292750769.JavaMail.jira@brutus> Date: Tue, 6 Jan 2009 17:45:50 -0800 (PST) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3270) Delayed (on-demand) creation of current user schema makes select from view belonging to other schema fail. In-Reply-To: <9608587.1197380863467.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-3270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-3270: --------------------------------- Attachment: (was: derby-3270-dhw-3.diff) > Delayed (on-demand) creation of current user schema makes select from view belonging to other schema fail. > ---------------------------------------------------------------------------------------------------------- > > Key: DERBY-3270 > URL: https://issues.apache.org/jira/browse/DERBY-3270 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.3.1.4 > Reporter: Dag H. Wanvik > Assignee: Dag H. Wanvik > Priority: Minor > Attachments: derby-3270-dhw-2.diff, derby-3270-dhw-2.stat, derby-3270-dhw-3.diff, derby-3270-dhw-3.stat, derby-3270-dhw.diff, derby-3270-dhw.stat, derby-3270_diff.txt, Main.java > > > The enclosed repro fails with error 42Y07 'Schema BILL does not exist', even though > the query does not reference that schema; it selects from joe.myview. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.