Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 29457 invoked from network); 23 May 2008 11:32:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2008 11:32:17 -0000 Received: (qmail 96129 invoked by uid 500); 23 May 2008 11:32:18 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 96094 invoked by uid 500); 23 May 2008 11:32:18 -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 96083 invoked by uid 99); 23 May 2008 11:32:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2008 04:32:18 -0700 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; Fri, 23 May 2008 11:31:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52D40234C120 for ; Fri, 23 May 2008 04:31:56 -0700 (PDT) Message-ID: <520547757.1211542316338.JavaMail.jira@brutus> Date: Fri, 23 May 2008 04:31:56 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-3690) EmbedPooledConnection doesn't reset schema when creating a new logical connection In-Reply-To: <645265898.1211541475947.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-3690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan reassigned DERBY-3690: -------------------------------------- Assignee: Kristian Waagan I'll work this bug. I already have a fix for it as part of my patch for DERBY-3596, and after some polishing and a regression test it should be good to go. I expect to get this done during the coming week. > EmbedPooledConnection doesn't reset schema when creating a new logical connection > --------------------------------------------------------------------------------- > > Key: DERBY-3690 > URL: https://issues.apache.org/jira/browse/DERBY-3690 > Project: Derby > Issue Type: Bug > Components: JDBC > Affects Versions: 10.1.1.0, 10.2.1.6, 10.3.1.4, 10.4.1.3 > Reporter: Knut Anders Hatlen > Assignee: Kristian Waagan > Priority: Minor > Attachments: PooledSchema.java > > > If you set the schema on a logical connection obtained from EmbedPooledConnection, that schema will also be the current schema for subsequent logical connections obtained from the same EmbedPooledConnection. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.