Releases: simolus3/sqlite3.dart
Releases · simolus3/sqlite3.dart
Release list
sqlite3-3.3.4
- Build hook: Fix assets being re-downloaded too often.
Full Changelog: sqlite3-3.3.3...sqlite3-3.3.4
sqlite3-3.3.3
- Restore support for SQLCipher (thanks to @davidmartos96!).
- Fix crash when loading IndexedDB databases with blocks past the file length (#380).
- Don't uninstall update hooks when closing databases if no update hooks were installed by this package.
sqlite3-3.3.2
- Support
package:native_toolchain_cversions0.18.xand0.19.x. - Support
hooksversions2.x. - Upgrade to SQLite version 3.53.1.
- Allow disabling
BigIntsupport via-Dsqlite3.dartbigints=false, which can be used to reduce code size on the web if nothing else usesBigIntvalues.
sqlite3-3.3.1
- Avoid memory leaks when
tempDirectoryis set multiple times. - Update to SQLite 3.53.0 and SQLite3 Multiple Ciphers version 2.3.3.
sqlite3-3.3.0
- Web: Add
WasmModuleLoaderAPI to customize how WebAssembly modules are loaded. - Hook: Improve error message for failing downloads.
sqlite3-3.2.0
- Add
package:sqlite3/unstable/ffi_bindings.dartproviding low-level access to generatedlibsqlite3bindings. - Add
PreparedStatement.leakto transfer ownership of a prepared statement into native code. - Add
Database.statementFromPointer, which can be used to access a statement prepared in native code from Dart.
sqlite3_flutter_libs 0.5.42
Note: This is a legacy release for versions 2.x of the sqlite3 package. The attached sqlite3.wasm bundle is not compatible with the latest 3.x sqlite3 package.
This release updates SQLite to 3.52.0.
sqlite3-3.1.7
- Update to sqlite version 3.52.0.
sqlite3-3.1.6
Note: These assets are for version 3.1.6 of the sqlite3 package. If you're on version 2, use these releases instead.
- Expose the address of
sqlite3_close_v2as static field onSqlite3class. - Allow wrapping databases without closing them with the
borrowedparameter onSqlite3.fromPointer. - Add
Database.leak(), which extracts asqlite3*pointer and disables finalizers.
sqlite3-3.1.5
Note: These assets are for version 3.1.4 of the sqlite3 package. If you're on version 2 (you are if you're using drift, use these releases instead).
- Build hook: Ensure we use consistent filenames to fix issues on Apple platforms.