[Mono-bugs] [Bug 44990][Nor] Changed - SqlTransaction.Dispose throws an exception on Dispose when the transaction is not open.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 23:20:50 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sumadevi@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44990
--- shadow/44990 2003-06-17 11:27:45.000000000 -0400
+++ shadow/44990.tmp.31177 2004-01-20 23:20:50.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 44990
Product: Mono/Class Libraries
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
-Component: System.Data.SqlClient
-AssignedTo: rodrigo@ximian.com
+Component: Sys.Data.SqlClient
+AssignedTo: sumadevi@novell.com
ReportedBy: tom@acquist.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: SqlTransaction.Dispose throws an exception on Dispose when the transaction is not open.
@@ -43,6 +43,9 @@
Additional Information:
SqlTransaction.Dispose is calling Rollback() every time when disposing ==
true. Rollback() should only get called when disposing == true && isOpen
== false.
+
+------- Additional Comments From sumadevi@novell.com 2004-01-20 23:20 -------
+Fix checked into CVS