Skip to content

sqlite3 2.2.0

Compare
Choose a tag to compare
@simolus3 simolus3 released this 04 Dec 22:22
· 180 commits to main since this release
8dc5264
  • Add updatedRows getter to eventually replace getUpdatedRows() method.
  • Clarify documentation on lastInsertRowId and updatedRows.
  • Allow customizing the amount of pages to lock at a time in backup. A larger amount will result in better backup performance.
  • Use NativeCallables for user-defined functions, collations and update streams.