Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 63659 invoked from network); 8 Jun 2007 11:47:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jun 2007 11:47:49 -0000 Received: (qmail 47673 invoked by uid 500); 8 Jun 2007 11:47:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 47630 invoked by uid 500); 8 Jun 2007 11:47:50 -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 47621 invoked by uid 99); 8 Jun 2007 11:47:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2007 04:47:50 -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, 08 Jun 2007 04:47:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0DF4F7141A4 for ; Fri, 8 Jun 2007 04:47:26 -0700 (PDT) Message-ID: <16004486.1181303246021.JavaMail.jira@brutus> Date: Fri, 8 Jun 2007 04:47:26 -0700 (PDT) From: =?utf-8?Q?=C3=98ystein_Gr=C3=B8vlen_=28JIRA=29?= To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2496) Implement Blob support for Locators In-Reply-To: <6069414.1175082933159.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-2496?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] =C3=98ystein Gr=C3=B8vlen updated DERBY-2496: ----------------------------------- Derby Info: [Existing Application Impact] (was: [Existing Application = Impact, Release Note Needed]) Will add release note to DERBY-208 instead. > Implement Blob support for Locators > ----------------------------------- > > Key: DERBY-2496 > URL: https://issues.apache.org/jira/browse/DERBY-2496 > Project: Derby > Issue Type: Sub-task > Components: Network Client, Network Server > Reporter: =C3=98ystein Gr=C3=B8vlen > Assignee: =C3=98ystein Gr=C3=B8vlen > Fix For: 10.3.0.0 > > Attachments: blob-followup.diff, blob-followup_v2.diff, blob-foll= owup_v2.diff, blob.diff, blob_v2.diff, blobtestfix.diff, enableblobloc.diff > > > DERBY-2347 adds the possibility to send locators between client and serve= r instead of LOB values. This has not been activated yet, since the client= implementation does not currently support locators. This report is for su= pporting the locators for Blob objects. Another JIRA issue will be made fo= r Clob. > This work will be made in several steps: > 1. Blob methods and ResultSet.getXXX methods > 2. PreparedStatement and CallableStatement methods > 3. ResultSet.updateXXX methods > 4. Connection.createBlob() > There is dependencies between these steps and it might be that the Locato= r implementation cannot be exposed until everything has been done. At leas= t, doing just step 1, gives testing errors because tests use Blobs fetched = from DB as parameters to prepared statements. I would guess tests for upd= atable result sets, needs the combination of 1. and 3. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.