[Mono-bugs] [Bug 60034][Nor] Changed - Subsequent calls to SqlTransaction.Rollback() throws InvalidOperationException
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 06:00:42 -0400 (EDT)
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=60034
--- shadow/60034 2004-06-16 12:37:33.000000000 -0400
+++ shadow/60034.tmp.19899 2004-06-17 06:00:42.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60034
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: Windows XP SP1
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Data.SqlClient
AssignedTo: sumadevi@novell.com
ReportedBy: cmyers@austin.rr.com
QAContact: mono-bugs@ximian.com
@@ -45,6 +45,10 @@
Here's an example:
using( SqlTransaction trans = conn.BeginTransaction() )
{
trans.Rollback();
}
+
+------- Additional Comments From sumadevi@novell.com 2004-06-17 06:00 -------
+Rollback now checks whether Rollback was successful earlier or not.
+