Re: problem with update sql generation

2008-05-18 Thread Gilles Bayon
I expected to release the Beta in July. You can have a look of the V3 current source in http://svn.apache.org/repos/asf/ibatis/trunk/cs/V3/ -- Cheers, Gilles

RE: problem with update sql generation

2008-05-15 Thread Michael McCurrey (5318)
Giles, How far out do you anticipate V3 being? From: Gilles Bayon [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 11:59 AM To: user-cs@ibatis.apache.org Subject: Re: problem with update sql generation It's certainly a bug but sql generation in

Re: problem with update sql generation

2008-05-13 Thread Gilles Bayon
It's certainly a bug but sql generation in this version is a bit experimental. It will improve in the next major version, V3. -- Cheers, Gilles

problem with update sql generation

2008-05-13 Thread Eva Kwan
Hello We are running into an issue with the code base in SqlGenerator.cs where the generation of the UPDATE clause is skipping each column that has a name that is part of the name of the column that it is updating by. Line 204 of SqlGenerator.cs // Create the set statement