Open masinoa opened 12 years ago
This is a symptom of a wider issue where we are a bit too fast and loose with commit. This doc gives an overview of the JDBC transaction semantics. It's likely we should push autocommit(false) further down the stack and only enable/disable during execution of combined SQL statements.
SQLite backend does not allow multiple commits. Not sure why.