sqlite3 2.6.1
Version 2.6.1 of the sqlite3 package fixes two issues:
- Fix out-of-bound reads in the
xWrite
implementation of the OPFS-locks based file-system implementation when writing more than 64 KiB in one operation. - Support SQLite libraries compiled with
SQLITE_OMIT_AUTOINIT
.
Additionally, version 0.5.29 of sqlite3_flutter_libs
upgrades sqlite to 3.48.0.