0.13.7
kennethshackleton
released this
28 Jul 08:57
·
1033 commits
to main
since this release
Fixes
- Fix
SQLiteDatabase.yieldTransaction
so that the connection is temporarily returned to the pool even if the transaction is nested. - Annotate
SQLiteDatabase.yieldTransaction
as throwing anInterruptedException
, from the internal call toThread.sleep
. - Forward the database reference to the received transaction block.