Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 13691 invoked from network); 16 Jan 2009 10:30:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2009 10:30:25 -0000 Received: (qmail 93206 invoked by uid 500); 16 Jan 2009 10:30:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 93181 invoked by uid 500); 16 Jan 2009 10:30:23 -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 93169 invoked by uid 99); 16 Jan 2009 10:30:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 02:30:23 -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; Fri, 16 Jan 2009 10:30:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3F746234C4A7 for ; Fri, 16 Jan 2009 02:30:00 -0800 (PST) Message-ID: <1642069883.1232101800258.JavaMail.jira@brutus> Date: Fri, 16 Jan 2009 02:30:00 -0800 (PST) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-4023) Improve length caching in TemporaryClob MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Improve length caching in TemporaryClob --------------------------------------- Key: DERBY-4023 URL: https://issues.apache.org/jira/browse/DERBY-4023 Project: Derby Issue Type: Improvement Components: JDBC Affects Versions: 10.4.2.0, 10.5.0.0 Reporter: Kristian Waagan Priority: Minor TemporaryClob doesn't save the known length of the Clob in all situations. The following places in the code should be improved (some easier than others): a) TemporaryClob(String,ConChild) b) copyClobContent(InternalClob,long) (non-static) c) copyClobContent(InternalClob) (non-static) There might be additional places to fix too. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.