sqlite3 2.2.0
- Add
updatedRows
getter to eventually replacegetUpdatedRows()
method. - Clarify documentation on
lastInsertRowId
andupdatedRows
. - Allow customizing the amount of pages to lock at a time in
backup
. A larger amount will result in better backup performance. - Use
NativeCallable
s for user-defined functions, collations and update streams.