Skip to content

Releases: simolus3/sqlite3.dart

sqlite3 1.3.1

22 Nov 13:12

Choose a tag to compare

  • Fix a crash with common iOS and macOS configurations. The crash has been introduced in version 1.3.0, which should be avoided. Please consider adding sqlite3: ^1.3.1 to your pubspec to avoid getting the broken version.

sqlite3 1.1.1

01 May 15:38
c51176f

Choose a tag to compare

1.1.1

  • Fix memory leak when preparing statements!
  • Don't allow execute with arguments when the provided sql string contains more than one argument.

sqlite3-0.1.10-nullsafety.0

08 Feb 13:37
d3b758c

Choose a tag to compare

Pre-release
  • Support version 0.3.0 of package:ffi
  • Migrate library to support breaking ffi changes in Dart 2.13:
    • Use Opaque instead of empty structs
    • Use Allocator api