https://bugzilla.novell.com/show_bug.cgi?id=325397#c8
--- Comment #8 from Gert Driesen <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
