[Mono-bugs] [Bug 331953] New: SqlTransaction should check for @@ TRANCOUNT before issuing ROLLBACK.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 8 16:36:23 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=331953
Summary: SqlTransaction should check for @@TRANCOUNT before
issuing ROLLBACK.
Product: Mono: Class Libraries
Version: 1.2
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Data.SqlClient
AssignedTo: mono-bugs at ximian.com
ReportedBy: wasabi at larvalstage.net
QAContact: mono-bugs at ximian.com
Found By: ---
When rolling back a transaction, the emitted SQL should read:
IF @@TRANCOUNT > 0 ROLLBACK TRAN
Instead of:
ROLLBACK TRAN
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list