Skip to content

Releases: simolus3/sqlite3.dart

sqlite3 2.9.3

11 Oct 20:22
2acbd4c

Choose a tag to compare

  • Allow iterating over statements after SQLITE_BUSY errors.

sqlite3 2.9.2

08 Oct 11:37

Choose a tag to compare

  • Fix a bug introduced in version 2.9.1 where the SQLite framework provided by sqlite3_flutter_libs would not load correctly on iOS.

sqlite3 2.9.1

02 Oct 20:13
808a60b

Choose a tag to compare

  • Check for error codes when binding values to prepared statements.
  • Flutter: Fix loading SwiftPM libraries from sqlite3_flutter_libs.

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.