Skip to content

Releases: simolus3/sqlite3.dart

sqlite3 2.9.0

07 Aug 12:27

Choose a tag to compare

  • Add CommonDatabase.updatesSync, a synchronous variant of the updates stream.

sqlite3_flutter_libs 0.5.39

05 Aug 22:01
3a30096

Choose a tag to compare

  • Update SQLite to 3.50.4.

sqlite3_flutter_libs 0.5.38

27 Jul 15:57
3fd77ea

Choose a tag to compare

  • Enable pre-update hooks and the session extension.

sqlite3 2.8.0

27 Jul 15:58
3fd77ea

Choose a tag to compare

  • Support creating changesets and patchsets via the session extension.
  • Add the SubtypedValue extension type to allow returning values with a subtype.
  • Add the subtypeOf method to the SqliteArguments interface 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

15 Jul 21:55
69dce5c

Choose a tag to compare

  • Update Android Gradle buildscript to avoid compiler warnings on recent JDKs.

sqlite3 2.7.7

15 Jul 21:56
69dce5c

Choose a tag to compare

  • jsonb codec: Refuse to encode NaN values since recent SQLite versions reject them.

sqlite3_flutter_libs 0.5.35

07 Jul 20:04

Choose a tag to compare

  • Upgrade sqlite to version 3.50.2.

sqlite3_flutter_libs 0.5.34

09 Jun 21:38
56a4f25

Choose a tag to compare

Update sqlite to 3.50.1

sqlite3 2.7.6

22 May 21:11
d5daf8c

Choose a tag to compare

  • Export package:sqlite3/native_assets.dart, making it easier for libraries to support both the regular sqlite3 getter and the upcoming sqlite3NativeAssets variant.
  • Fix dereferencing null pointer when reading file names for temporary files in native VFS implementation.

sqlite3_flutter_libs 0.5.31

24 Feb 20:35

Choose a tag to compare

Update sqlite to 3.49.1