[jira] Commented: (IBATISNET-119) CacheKey.Equals(object)/HashCode issue still a problem (was IBATISNET-118)

2005-12-14 Thread Roberto Rabe (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-119?page=comments#action_12360480 ] Roberto Rabe commented on IBATISNET-119: Note: The two unit tests fail in .NET 2.0 since the two strings (HS1CS001 and HS1D4001) used in the tests now return 2 dif

[jira] Commented: (IBATIS-220) Null Pointer in SqlExecutor.handleResults where ResultSet is null.

2005-12-14 Thread Bret Gregory (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-220?page=comments#action_12360455 ] Bret Gregory commented on IBATIS-220: - Okay, a little more background into this. It seems to be related to complex stored procedures and the rows affected being returned.

[jira] Closed: (IBATISNET-134) lock mechanism doesn't prevent duplicate cache keys from being inserted into IList persistence

2005-12-14 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-134?page=all ] Gilles Bayon closed IBATISNET-134: -- Fix Version: DataMapper 1.3 Resolution: Cannot Reproduce It has been fixed by the refactoring of Cache process done in other issue. > lock mec

[jira] Closed: (IBATISNET-135) Test DataMapper with Singleton

2005-12-14 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-135?page=all ] Gilles Bayon closed IBATISNET-135: -- Fix Version: DataMapper 1.3 Resolution: Fixed In SVN > Test DataMapper with Singleton > -- > > Key: IBATI

[jira] Assigned: (IBATISNET-135) Test DataMapper with Singleton

2005-12-14 Thread Gilles Bayon (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-135?page=all ] Gilles Bayon reassigned IBATISNET-135: -- Assign To: Gilles Bayon (was: Roberto Rabe) > Test DataMapper with Singleton > -- > > Key: IBATISNET-135 >

[jira] Commented: (IBATISNET-134) lock mechanism doesn't prevent duplicate cache keys from being inserted into IList persistence

2005-12-14 Thread Jeremy Gray (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-134?page=comments#action_12360437 ] Jeremy Gray commented on IBATISNET-134: --- Adding locks to the getter just adds overhead and reduces performance without addressing the race condition. As for the rac

[jira] Assigned: (IBATISNET-104) QueryForXXX do not check cache before opening/closing connection

2005-12-14 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-104?page=all ] Ron Grabowski reassigned IBATISNET-104: --- Assign To: Ron Grabowski > QueryForXXX do not check cache before opening/closing connection > -

[jira] Commented: (IBATISNET-104) QueryForXXX do not check cache before opening/closing connection

2005-12-14 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-104?page=comments#action_12360407 ] Ron Grabowski commented on IBATISNET-104: - Clinton suggested we do something like this: using (ISession session = new SqlMapSessionProxy(this.DataSource) { rows