Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 53032 invoked from network); 4 Jul 2007 21:43:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2007 21:43:26 -0000 Received: (qmail 17761 invoked by uid 500); 4 Jul 2007 21:43:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 17723 invoked by uid 500); 4 Jul 2007 21:43: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 17714 invoked by uid 99); 4 Jul 2007 21:43:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 14:43: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; Wed, 04 Jul 2007 14:43:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C0BCB714226 for ; Wed, 4 Jul 2007 14:43:04 -0700 (PDT) Message-ID: <20556691.1183585384786.JavaMail.jira@brutus> Date: Wed, 4 Jul 2007 14:43:04 -0700 (PDT) From: =?utf-8?Q?=C3=98ystein_Gr=C3=B8vlen_=28JIRA=29?= To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-1285) Finish JDBC3 Blob implementation In-Reply-To: <18031677.1146700336942.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-1285?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] =C3=98ystein Gr=C3=B8vlen resolved DERBY-1285. ------------------------------------ Resolution: Fixed Fix Version/s: 10.3.0.0 I changing this to resolved since all methods except the CallableStatement.= getBlob method has now been implemented. I will open another JIRA for this= method. (It is of no use to implement this method before DERBY-2201 is f= ixed) > Finish JDBC3 Blob implementation > -------------------------------- > > Key: DERBY-1285 > URL: https://issues.apache.org/jira/browse/DERBY-1285 > Project: Derby > Issue Type: Improvement > Components: JDBC > Affects Versions: 10.2.1.6 > Reporter: Rick Hillegas > Fix For: 10.3.0.0 > > > Fill in the following methods required for JDBC3 compliance: > - The following java.sql.CallableStatement methods: > * getBlob(int) > - The following java.sql.ResultSet methods: > * updateBlob(int,java.sql.Blob) > * updateBlob(java.lang.String,java.sql.Blob) > - The following java.sql.Blob methods: > * java.sql.Blob.setBytes(long,byte[]) > * setBytes(long,byte[],int,int) > * getBinaryStream(long,long) > * setBinaryStream(long) > * truncate(long) --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.