[Mono-bugs] [Bug 325397] DbTransaction: Rollback is wrongly invoked in Dispose (bool)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 18 20:07:26 EDT 2007


https://bugzilla.novell.com/show_bug.cgi?id=325397#c8





--- Comment #8 from Gert Driesen <gert.driesen at pandora.be>  2007-10-18 18:07:25 MST ---
The reason why I couldn't reproduce the issue was because SqlTransaction only
performs a rollback in Dispose if the transaction was not already committed.

Before committing the fix I want to be able to reproduce it using
OdbcConnection or OleDbConnection, but both require additional libraries and I
haven't yet got these running.

I'm sure that my fix is correct (as the unit test I added proves this), but I
want to ensure that it does not introduce regressions in connectors that may
rely on this broken behavior.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list