Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 85137 invoked from network); 6 Jun 2007 12:00:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 12:00:51 -0000 Received: (qmail 10375 invoked by uid 500); 6 Jun 2007 12:00:54 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 10350 invoked by uid 500); 6 Jun 2007 12:00:54 -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 10338 invoked by uid 99); 6 Jun 2007 12:00:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 05:00:54 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 05:00:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3D45B714159 for ; Wed, 6 Jun 2007 05:00:26 -0700 (PDT) Message-ID: <20883229.1181131226215.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 05:00:26 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2713) Ensure that a temporary file is not created for a lob obtained from resultset unless user updates it. In-Reply-To: <2371498.1180347195572.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-2713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-2713: ----------------------------------- Affects Version/s: 10.3.0.0 > Ensure that a temporary file is not created for a lob obtained from resultset unless user updates it. > ----------------------------------------------------------------------------------------------------- > > Key: DERBY-2713 > URL: https://issues.apache.org/jira/browse/DERBY-2713 > Project: Derby > Issue Type: Bug > Components: JDBC > Affects Versions: 10.3.0.0 > Reporter: Anurag Shekhar > Assignee: Anurag Shekhar > Fix For: 10.3.0.0 > > Attachments: derby-2713.diff > > > Currently LOBStreamControl has a buffer limit of 4k if the lob is larger than this a temporary file is created. Ensure that lob data is kept in memory unless user start to update it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.