Skip to content

Version 0.0.7; For now, restrict to 1 operation at a time.

Pre-release
Pre-release

Choose a tag to compare

@armatys armatys released this 04 Aug 12:54
· 20 commits to master since this release
This is because the transactions in SQLite (e.g. on Android) are not aware of multiple coroutines, where one coroutine may start a transaction, iterating over the results, then yield to another coroutine, which would incorrectly be part of the same transaction.