Return-Path: Delivered-To: apmail-ibatis-user-cs-archive@www.apache.org Received: (qmail 71135 invoked from network); 20 Jan 2006 19:29:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jan 2006 19:29:34 -0000 Received: (qmail 94291 invoked by uid 500); 20 Jan 2006 19:29:34 -0000 Delivered-To: apmail-ibatis-user-cs-archive@ibatis.apache.org Received: (qmail 94256 invoked by uid 500); 20 Jan 2006 19:29:33 -0000 Mailing-List: contact user-cs-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-cs@ibatis.apache.org Delivered-To: mailing list user-cs@ibatis.apache.org Received: (qmail 94243 invoked by uid 99); 20 Jan 2006 19:29:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2006 11:29:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of chad.humphries@gmail.com designates 66.249.92.206 as permitted sender) Received: from [66.249.92.206] (HELO uproxy.gmail.com) (66.249.92.206) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jan 2006 11:29:32 -0800 Received: by uproxy.gmail.com with SMTP id j40so53588ugd for ; Fri, 20 Jan 2006 11:29:10 -0800 (PST) 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=JdSRo5hCdHsIzXeVE/PX5KOWOJesK5WE6ua8a+l/BAe7U069QhH0DWluxm7vf5oahs8TAkY5A/FUOXQal4p5AO7IN9JX7DVT4vS8WmDs9GXE8cabs4LOSKVtko3Ba2mCtdDoA3HlFLICUfJnfxCMbetSqj93uGEIAb02iz4ecEw= Received: by 10.49.88.3 with SMTP id q3mr172142nfl; Fri, 20 Jan 2006 11:29:09 -0800 (PST) Received: by 10.49.67.7 with HTTP; Fri, 20 Jan 2006 11:29:09 -0800 (PST) Message-ID: <16f722280601201129q67f11311k664d76f64c0d1393@mail.gmail.com> Date: Fri, 20 Jan 2006 14:29:09 -0500 From: Chad Humphries To: user-cs@ibatis.apache.org Subject: Re: .NET 2.0 and Generics In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <16f722280601191957j51e77a6eh8589f1ba2bf8dcb7@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I propose that support should be there :) Anyway, now that wishing on a star didn't work I'm going to need to dig in a bit and find out some things about generics under the hood this weekend. I'll see what I can piece together for a patch/idea. -Chad On 1/20/06, Gilles Bayon wrote: > Currently there's no special support in SVN for .NET 2.0 but you can prop= ose > some :-) > > -Gilles > > > > On 1/20/06, Chad Humphries wrote: > > I dug around on the Wiki a bit, and through the list a little ways > > back but couldn't find any info about Generics/Nullables Types. > > > > I saw that a previous poster had been working on using TypeHandlers > > for .NET 2.0, but my more immediate issue is Generic Collection > > Support (ICollection<> or IList<>). Does anyone have any pointers for > > this in the current SVN version of iBATIS? > > > > -Chad > > > >