RE: Problem upgrading 2.0.4 to 2.1.5

2005-09-26 Thread Shannon, Bryan
lways succeeds... And you would assume that the insert should as well. -Original Message- From: Michael Campbell [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 1:02 PM To: user-java@ibatis.apache.org Subject: Re: Problem upgrading 2.0.4 to 2.1.5 Guessing here, but it almost

Re: Problem upgrading 2.0.4 to 2.1.5

2005-09-26 Thread Michael Campbell
Guessing here, but it almost smells like a transaction timing issue. Are the sybase drivers the same for both iBATIS versions? (Or, I wonder if some code in 2.0.4 is synchronized and 2.1.5 is not?) As an aside, is there a reason you're not just doing an update vs. select/delete/insert? On 9/26/

Problem upgrading 2.0.4 to 2.1.5

2005-09-26 Thread Shannon, Bryan
I am having a very unusual problem after upgrading from iBatis 2.0.4 to 2.1.5. It has to do with a particular table and a few particularly simple maps that interact with that table. The table is in Sybase, and it has a clustered index (which in Sybase doesn't allow duplicate ROWS, ie. two rows ha