Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 27749 invoked from network); 1 Jun 2007 12:46:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 12:46:43 -0000 Received: (qmail 6038 invoked by uid 500); 1 Jun 2007 11:44:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6012 invoked by uid 500); 1 Jun 2007 11:44:46 -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 5981 invoked by uid 99); 1 Jun 2007 11:44:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 04:44:46 -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; Fri, 01 Jun 2007 04:44:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7A3EB714186 for ; Fri, 1 Jun 2007 04:44:16 -0700 (PDT) Message-ID: <25699145.1180698256498.JavaMail.jira@brutus> Date: Fri, 1 Jun 2007 04:44:16 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2712) If large clob is updated after Reader. the reader continues to point to old data In-Reply-To: <11714766.1180344976585.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-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren updated DERBY-2712: -------------------------------------- Affects Version/s: 10.3.0.0 Fix Version/s: (was: 10.3.0.0) changing fix in 10.3 to affects 10.3, I assume that's what was meant; unassigned issues should not have a fix in at this point (unless they're a blocker for 10.3 release) > If large clob is updated after Reader. the reader continues to point to old data > -------------------------------------------------------------------------------- > > Key: DERBY-2712 > URL: https://issues.apache.org/jira/browse/DERBY-2712 > Project: Derby > Issue Type: Bug > Affects Versions: 10.3.0.0 > Reporter: Anurag Shekhar > > If a Reader is fetched from a large clob (obtained from ResultSet) a reader linked to the dvd stream is returned once a set method is called on it the clob data is materialized in control class but the Reader returned previously continues to point to old data. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.