Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 79906 invoked from network); 20 Feb 2008 17:20:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2008 17:20:36 -0000 Received: (qmail 87733 invoked by uid 500); 20 Feb 2008 17:20:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 87672 invoked by uid 500); 20 Feb 2008 17:20:20 -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 87570 invoked by uid 99); 20 Feb 2008 17:20:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 09:20:19 -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, 20 Feb 2008 17:19:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 68FA5234C050 for ; Wed, 20 Feb 2008 09:19:47 -0800 (PST) Message-ID: <1359792263.1203527987428.JavaMail.jira@brutus> Date: Wed, 20 Feb 2008 09:19:47 -0800 (PST) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3326) Introduce a caching logical connection and logical prepared statement in the client driver In-Reply-To: <25883153.1200589894653.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-3326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-3326: ----------------------------------- Attachment: derby-3326-3c-new_classes.diff 'derby-3326-3c-new_classes.diff' contains some changes from the earlier versions, but the design is the same. I will commit this later today and use it as a baseline for further work, unless someone want time to review it before it goes in. I expect there will be some changes later, and please note that the patch in partial and does not enable any of the statement pooling code. > Introduce a caching logical connection and logical prepared statement in the client driver > ------------------------------------------------------------------------------------------ > > Key: DERBY-3326 > URL: https://issues.apache.org/jira/browse/DERBY-3326 > Project: Derby > Issue Type: Sub-task > Components: JDBC, Network Client > Affects Versions: 10.4.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Fix For: 10.4.0.0 > > Attachments: derby-3326-1a_cpds_testing_preparation.diff, derby-3326-1a_cpds_testing_preparation.stat, derby-3326-1b_cpds_testing_preparation.diff, derby-3326-2a-method_rename.diff, derby-3326-3a-new_classes.diff, derby-3326-3a-new_classes.stat, derby-3326-3b-new_classes.diff, derby-3326-3b-new_classes.stat, derby-3326-3c-new_classes.diff > > > A logical connection with statement caching capabilities is required to support JDBC prepared statement pooling. Further, a logical prepared statement object is also needed. > The logical prepared statements will be generated by the logical connection's 'prepareStatement'-method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.