You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2007/03/07 19:39:08 UTC

svn commit: r515691 - /ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs

Author: gbayon
Date: Wed Mar  7 10:39:07 2007
New Revision: 515691

URL: http://svn.apache.org/viewvc?view=rev&rev=515691
Log:
Fixed IBATISNET-211

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs
URL: http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs?view=diff&rev=515691&r1=515690&r2=515691
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/SqlMapSession.cs Wed Mar  7 10:39:07 2007
@@ -371,6 +371,7 @@
 			}
 			_transaction.Commit();
 			_transaction.Dispose();
+            _transaction = null;
             _isTransactionOpen = false;
 
 			if (_connection.State != ConnectionState.Closed)