Return-Path: Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 13666 invoked by uid 99); 24 Jan 2005 17:33:06 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of clinton.begin@gmail.com designates 64.233.184.200 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.200) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 24 Jan 2005 09:33:05 -0800 Received: by wproxy.gmail.com with SMTP id 71so3521wra for ; Mon, 24 Jan 2005 09:33:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=iNrNZUIkPb76H9ghwUIrqYGCLTmZtvaai66JVHBdlqEBgBU7sKeBxMXSGCNf0MMvO15GX0Ib9IJi0mV0p3thS+a/auy5HcCQxIMxF1/cG9X5nOXfueb1cs22l5TxRN91jQa+rFvDkO3t/JdIitqBsWRcoO9pSV7CyeApgny1xfQ= Received: by 10.54.23.34 with SMTP id 34mr98374wrw; Mon, 24 Jan 2005 09:33:01 -0800 (PST) Received: by 10.54.33.30 with HTTP; Mon, 24 Jan 2005 09:33:00 -0800 (PST) Message-ID: <16178eb1050124093340758da5@mail.gmail.com> Date: Mon, 24 Jan 2005 10:33:00 -0700 From: Clinton Begin Reply-To: cbegin@ibatis.com To: ibatis-user-java@incubator.apache.org Subject: Re: ibatis and streams In-Reply-To: <41F4AB39.3070200@codeczar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41F4AB39.3070200@codeczar.com> X-Virus-Checked: Checked 2.0.9 does support blobs. But the current implementation does not use Streams. Someone has already posted a fix that we'll include in the next release. Cheers, Clinton On Mon, 24 Jan 2005 16:00:57 +0800, Nathan Coast wrote: > Hi, > > Does ibatis support blob types, specifically to stream blobs in / out of > the database? I notice something about blobs are mentioned for the > 2.0.9 release. Are there any docs examples anywhere? > > I'm using mysql and I currently get errors for trying to write large > byte[] data types to the db (exceeding a db configuration - max packet > size). I'm hoping to avoid having to re-configure the db by using streams. > > thanks > Nathan > > btw, ibatis is a great tool, thanks for the effort. > -- > Nathan Coast > Managing Director > Codeczar Ltd > mob : (852) 9049 5581 > tel : (852) 2834 8733 > fax : (852) 2834 8755 > web : http://www.codeczar.com >