zim32 / mysql.dart

MySQL client for Dart written in Dart
BSD 3-Clause "New" or "Revised" License
64 stars 17 forks source link

transaction vs rollback/commit #23

Open lokenjon opened 2 years ago

lokenjon commented 2 years ago

Perhaps I have overlooked something - forgive me if I have. I have tried the transaction block. Even if I throw an exception within it, the transaction is not rolled back. I also cannot see a way to trigger a rollback programmatically. Having this in place would greatly improve the integrity of our data. Great tool by the way.