dataexpress
dataexpress copied to clipboard
SQLite Backend - Fails on multiple commits
SQLite backend does not allow multiple commits. Not sure why.
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.