Skip to content

0.13.7

Compare
Choose a tag to compare
@kennethshackleton kennethshackleton released this 28 Jul 08:57
· 1033 commits to main since this release
a99d782

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 an InterruptedException, from the internal call to Thread.sleep.
  • Forward the database reference to the received transaction block.