Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 81882 invoked from network); 26 Oct 2007 11:38:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 11:38:15 -0000 Received: (qmail 12720 invoked by uid 500); 26 Oct 2007 11:38:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 12496 invoked by uid 500); 26 Oct 2007 11:38:02 -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 12487 invoked by uid 99); 26 Oct 2007 11:38:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 04:38:02 -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, 26 Oct 2007 11:38:14 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D11D371424B for ; Fri, 26 Oct 2007 04:37:51 -0700 (PDT) Message-ID: <9701080.1193398671853.JavaMail.jira@brutus> Date: Fri, 26 Oct 2007 04:37:51 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-2789) DatabaseMetaData .locatorsUpdateCopy() should return true In-Reply-To: <8216343.1181304805857.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2789?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan resolved DERBY-2789. ------------------------------------ Resolution: Fixed Derby Info: (was: [Patch Available]) Committed 'derby10.2-2789.diff ' to the 10.2 branch with revision 588606. derbyall ran without failures with Java 1.4.2. Please verify fix and close the issue if appropriate. > DatabaseMetaData .locatorsUpdateCopy() should return true > --------------------------------------------------------- > > Key: DERBY-2789 > URL: https://issues.apache.org/jira/browse/DERBY-2789 > Project: Derby > Issue Type: Bug > Components: JDBC > Affects Versions: 10.2.2.0 > Environment: Any > Reporter: =C3=98ystein Gr=C3=B8vlen > Assignee: =C3=98ystein Gr=C3=B8vlen > Fix For: 10.2.3.0, 10.3.1.4 > > Attachments: derby-2789.diff, derby-2789.stat, derby10.2-2789.dif= f > > > Since updates made to a BLOB or CLOB value in Derby is made on a copy, Da= tabaseMetaData .locatorsUpdateCopy() call should return true. For the embe= dded driver the functionality to update a LOB value is new in 10.3. For the= client driver, updates have been possible in prior releases, and locatorsU= pdateCopy() has returned false. That behavior was wrong since the client u= pdated a main-memory copy, not the values in the database. For 10.3, the c= lient will use a locator based implementation which will rely on the behavi= or of the embedded driver. Hence, locatorsUpdateCopy() should return true = in both cases. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.