Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 64830 invoked from network); 15 Jun 2006 17:45:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Jun 2006 17:45:37 -0000 Received: (qmail 24766 invoked by uid 500); 15 Jun 2006 17:45:36 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 24736 invoked by uid 500); 15 Jun 2006 17:45:35 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 24725 invoked by uid 99); 15 Jun 2006 17:45:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 10:45:35 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of tomdzk@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jun 2006 10:45:34 -0700 Received: by ug-out-1314.google.com with SMTP id m3so1181701uge for ; Thu, 15 Jun 2006 10:45:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pt8LjoQiK8kjsCPcE8f9L02sGZAPDUPVMgUAbzD0py94FRhMpsNqEGzcoh+kdH+9DpjdhMzqm1t370CxUREYF/AMxLDJGC9REGf2a2SnFyoPfUDNYRSIsiiH9s4NIqCh+GNY8Yy6R6fxSIDXgK9EkRgAFx1MXuofpivt6hfGehI= Received: by 10.66.216.20 with SMTP id o20mr1951190ugg; Thu, 15 Jun 2006 10:45:13 -0700 (PDT) Received: by 10.67.95.19 with HTTP; Thu, 15 Jun 2006 10:45:12 -0700 (PDT) Message-ID: <224f32340606151045r13a1657k8ed260feb701a650@mail.gmail.com> Date: Thu, 15 Jun 2006 19:45:12 +0200 From: "Thomas Dudziak" To: "Derby Discussion" Subject: Re: The tutorial on migrating DB to derby In-Reply-To: <44918380.5040507@sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <42120.205.175.225.24.1150307715.squirrel@mail.eng.iastate.edu> <449050F0.70206@bristowhill.com> <44907096.4010402@sbcglobal.net> <224f32340606141538o1605a6efs81fb252f3789d915@mail.gmail.com> <449097F0.2060206@sbcglobal.net> <224f32340606150450o67e43333m93bc8a2658a6eb@mail.gmail.com> <44918380.5040507@sbcglobal.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/15/06, Kathey Marsden wrote: > Please note, my hack of a patch is not ready and needs adjustment. > It calls Clob.length() twice which may be a performance issue on some > systems and I haven't tested it with BLOB's and looking at the code now > I see it is flat out wrong. > > I'll file an issue with DdlUtils so someone can fix it right and will > follow up with derby-dev on the getSubString issue. Even if fixed in > DERBY it would great to see a fix in DdlUtils, since it would then work > with existing Derby versions. No need to file an issue with DdlUtils, I've just committed the fix (with appropriate changes to the Blob handling). cheers, Tom