Releases: simolus3/sqlite3.dart
Releases · simolus3/sqlite3.dart
sqlite3 2.9.0
- Add
CommonDatabase.updatesSync, a synchronous variant of the updates stream.
sqlite3_flutter_libs 0.5.39
- Update SQLite to 3.50.4.
sqlite3_flutter_libs 0.5.38
- Enable pre-update hooks and the session extension.
sqlite3 2.8.0
- Support creating changesets and patchsets via the session extension.
- Add the
SubtypedValueextension type to allow returning values with a subtype. - Add the
subtypeOfmethod to theSqliteArgumentsinterface passed to user-defined functions. It returns the subtype assigned to an argument. - Web: Refactor SQLite bindings to make them easier for compilers to optimize.
sqlite3_flutter_libs 0.5.36
- Update Android Gradle buildscript to avoid compiler warnings on recent JDKs.
sqlite3 2.7.7
jsonbcodec: Refuse to encode NaN values since recent SQLite versions reject them.
sqlite3_flutter_libs 0.5.35
- Upgrade sqlite to version
3.50.2.
sqlite3_flutter_libs 0.5.34
Update sqlite to 3.50.1
sqlite3 2.7.6
- Export
package:sqlite3/native_assets.dart, making it easier for libraries to support both the regularsqlite3getter and the upcomingsqlite3NativeAssetsvariant. - Fix dereferencing null pointer when reading file names for temporary files in native VFS implementation.
sqlite3_flutter_libs 0.5.31
Update sqlite to 3.49.1