Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 28673 invoked from network); 9 Jul 2007 13:33:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2007 13:33:27 -0000 Received: (qmail 914 invoked by uid 500); 9 Jul 2007 13:33:29 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 856 invoked by uid 500); 9 Jul 2007 13:33:28 -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 706 invoked by uid 99); 9 Jul 2007 13:33:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 06:33:28 -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; Mon, 09 Jul 2007 06:33:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D380D71418E for ; Mon, 9 Jul 2007 06:33:04 -0700 (PDT) Message-ID: <19000193.1183987984861.JavaMail.jira@brutus> Date: Mon, 9 Jul 2007 06:33:04 -0700 (PDT) From: =?utf-8?Q?=C3=98ystein_Gr=C3=B8vlen_=28JIRA=29?= To: derby-dev@db.apache.org Subject: [jira] Closed: (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 ] =C3=98ystein Gr=C3=B8vlen closed DERBY-2789. ---------------------------------- Resolution: Fixed > 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.3.0.0 > > Attachments: derby-2789.diff, derby-2789.stat > > > 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.