Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 29364 invoked from network); 3 May 2007 12:31:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2007 12:31:39 -0000 Received: (qmail 5911 invoked by uid 500); 3 May 2007 12:31:45 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 5511 invoked by uid 500); 3 May 2007 12:31: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 5497 invoked by uid 99); 3 May 2007 12:31:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 05:31:43 -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; Thu, 03 May 2007 05:31:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B36C6714076 for ; Thu, 3 May 2007 05:31:15 -0700 (PDT) Message-ID: <25548166.1178195475731.JavaMail.jira@brutus> Date: Thu, 3 May 2007 05:31:15 -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: ----------------------------------- Attachment: blob-followup_v2.diff Reattaching the patch since I forgot to grant license. > Implement Blob support for Locators > ----------------------------------- > > Key: DERBY-2496 > URL: https://issues.apache.org/jira/browse/DERBY-2496 > Project: Derby > Issue Type: Sub-task > Reporter: =C3=98ystein Gr=C3=B8vlen > Assigned To: =C3=98ystein Gr=C3=B8vlen > Attachments: blob-followup.diff, blob-followup_v2.diff, blob-foll= owup_v2.diff, blob.diff, blob_v2.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.