[
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
[
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.
[ 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
[ 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
[ 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
>
[
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
[ 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
> -
[
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