Releases: simolus3/sqlite3.dart
Releases · simolus3/sqlite3.dart
sqlite3 1.11.1
This patch release of the sqlite3
Dart package fixes a bug when user-defined functions return strings with non-ASCII characters.
sqlite3 1.11.0
This update for the sqlite3
Dart package brings improvements to the WASM-based web implementation:
- Add
WasmSqlite3.loadFromUrl
which uses a streamingfetch()
request to load the sqlite3 WASM binary. - Add
OpfsFileSystem
, a file system implementation for the WASM library that is based on the synchronous File System Access API. - The WASM version of sqlite3 used by this library is now compiled with
-Oz
instead of-Ofast
.
sqlite3 1.10.0
- Rewrite the implementation to allow more code reuse between
dart:ffi
and the WASM-based web implementation.
sqlite3 1.9.3
- Provide more information about the source of sqlite exceptions.
- Fix prepared statements without parameters not being reused properly.
sqlite3 1.9.2
1.9.2
- Include parameters when throwing an exception in prepared statements.
sqlite3_flutter_libs 0.5.13
- Upgrade sqlite3 to 3.41.0
sqlcipher_flutter_libs 0.5.3
- Upgrade SQLCipher to version 4.5.2.
sqlite3_flutter_libs 0.5.12
Upgrade sqlite3 to 3.40.0
sqlite3_flutter_libs 0.5.11
Upgrade to sqlite3 version 3.39.4
.
sqlite3 1.9.1
- Change
Row.keys
andRow.values
to return a list (#125)