Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: sqlite3 transactions on python3.6
- Python 3.6 switches the behavior of transaction handling (no longer auto-committing before schema modifying commands). There are some weird bugs where it doesn't know a transaction is open and doesn't commit, or something like that. Just commiting manually creates other errors. - This is a workaround that works on both python3.6 and older python. - Possibly related things, but they don't contain enough to solve it: ghaering/pysqlite#109 buildbot/buildbot#2738
- Loading branch information