When an exception is thrown during commit() it will execute a rollback cmd on the database#237
When an exception is thrown during commit() it will execute a rollback cmd on the database#237irgendwienet wants to merge 1 commit intooysteinkrog:masterfrom
Conversation
…k cmd on the database.
|
Hmm ok, so you want the library to automatically handle rollback, which I think is reasonable. |
|
I see your point and actually I'm implementing (more or less) my own commit/rollback logic. Maybe I could wrap it in RunInTransaction() but I'm not sure. On the other hand: one cannot implement his own commit/rollback logic using the Commit() and Rollback() methods. Why can't I use Rollback()?: |
see issue #236