Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 34475 invoked from network); 13 Aug 2008 16:53:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2008 16:53:37 -0000 Received: (qmail 6668 invoked by uid 500); 13 Aug 2008 16:53:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6638 invoked by uid 500); 13 Aug 2008 16:53:34 -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 6619 invoked by uid 99); 13 Aug 2008 16:53:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2008 09:53:34 -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; Wed, 13 Aug 2008 16:52:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8897A234C1AC for ; Wed, 13 Aug 2008 09:52:44 -0700 (PDT) Message-ID: <1957990568.1218646364558.JavaMail.jira@brutus> Date: Wed, 13 Aug 2008 09:52:44 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-3741) SQL LENGTH function materializes CLOB into memory In-Reply-To: <1663626823.1214607105024.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-3741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden resolved DERBY-3741. ----------------------------------- Resolution: Fixed Fix Version/s: 10.5.0.0 10.4.2.0 I checked this into 10.4 with revision 685028. Resolving it for now. I might backport it to 10.3 later but this will get it in the 10.4 release notes. > SQL LENGTH function materializes CLOB into memory > ------------------------------------------------- > > Key: DERBY-3741 > URL: https://issues.apache.org/jira/browse/DERBY-3741 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.3.3.0, 10.4.1.3, 10.5.0.0 > Reporter: Kathey Marsden > Assignee: Suran Jayathilaka > Fix For: 10.4.2.0, 10.5.0.0 > > Attachments: ClobMemTest.java, derby-3741-1.diff, derby-3741-2.diff, derby-3741-mergeto-10.4-new.diff, derby-3741-mergeto-10.4.diff, derby-3741-multibyte_test.diff, derby-3741_multibyteclobtest_update_diff.txt, derby.log, LargeLengthClob.zip > > > Similar to DERBY-3732, the SQL LENGTH function also materializes CLOB's into memory. See attached repro. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.