Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 7107 invoked from network); 11 May 2006 14:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2006 14:34:45 -0000 Received: (qmail 66213 invoked by uid 500); 11 May 2006 14:34:44 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 66183 invoked by uid 500); 11 May 2006 14:34:44 -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 66169 invoked by uid 99); 11 May 2006 14:34:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 07:34:43 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.36] (HELO brmea-mail-4.sun.com) (192.18.98.36) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2006 07:34:42 -0700 Received: from fe-amer-03.sun.com ([192.18.108.177]) by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id k4BEYIIH018223 for ; Thu, 11 May 2006 08:34:22 -0600 (MDT) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0IZ300E01V51C300@mail-amer.sun.com> (original mail from Lance.Andersen@Sun.COM) for derby-dev@db.apache.org; Thu, 11 May 2006 08:34:18 -0600 (MDT) Received: from [129.150.66.155] by mail-amer.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0IZ30066CV558YG2@mail-amer.sun.com> for derby-dev@db.apache.org; Thu, 11 May 2006 08:34:17 -0600 (MDT) Date: Thu, 11 May 2006 10:34:21 -0400 From: "Lance J. Andersen" Subject: Re: [jira] Created: (DERBY-1316) Wrong value returned by DatabaseMetaData.locatorsUpdateCopy() In-reply-to: <18869824.1147311305086.JavaMail.jira@brutus> Sender: Lance.Andersen@Sun.COM To: derby-dev@db.apache.org Message-id: <44634B6D.4060307@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=UTF-8 Content-transfer-encoding: 7BIT References: <18869824.1147311305086.JavaMail.jira@brutus> User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This method was not added in JDBC 4, it was added in JDBC 3 (I would have picked a more articulate name as i find the name a bit confusing as do others) Rick Hillegas (JIRA) wrote: > Wrong value returned by DatabaseMetaData.locatorsUpdateCopy() > ------------------------------------------------------------- > > Key: DERBY-1316 > URL: http://issues.apache.org/jira/browse/DERBY-1316 > Project: Derby > Type: Bug > > Components: JDBC > Versions: 10.2.0.0 > Reporter: Rick Hillegas > Fix For: 10.2.0.0 > > > Both the embedded and network implementations of DatabaseMetaData return the wrong value for this method, which was added in JDBC4. This method currently returns false but should return true. Returning false means that your Blob/Clobs are backed by SQL Locators and therefore that set() methods on your Lobs write-through to the database. > >