Skip to content

Releases: simolus3/sqlite3.dart

sqlite3 1.5.1

12 Jan 16:24
ea20295
Compare
Choose a tag to compare

1.5.1

  • Fix checkNoTail throwing for harmless whitespace or comments following a SQL statement.
  • Fix a native null-pointer dereference when calling prepare with a statement exclusively containing whitespace or comments.
  • Fix a potential out-of-bounds read when preparing statements.

sqlite3_flutter_libs 0.5.3

10 Jan 12:43
f6907ac
Compare
Choose a tag to compare
  • Update sqlite to version 3.37.2. This fixes a potential database corruption bug introduced in sqlite version 3.35.0.

sqlite3 1.5.0

10 Jan 12:37
26bb659
Compare
Choose a tag to compare
  • Add prepareMultiple method to prepare multiple statements from one SQL string.
  • Add selectMap and executeMap on PreparedStatement to bind SQL parameters by
    their name instead of their index.
  • Add support for custom collations with createCollation.

sqlite3_flutter_libs 0.5.2

09 Dec 15:31
20b25e0
Compare
Choose a tag to compare
  • Update sqlite to version 3.37.0

sqlite3 1.4.0

09 Dec 15:34
a83b4a1
Compare
Choose a tag to compare
  • Report writes on the database through the Database.updates stream
  • Internal: Use ffigen to generate native bindings

sqlcipher_flutter_libs 0.5.1

22 Nov 13:14
d2b3439
Compare
Choose a tag to compare
  • Upgrade SQLCipher to version 4.5.0

sqlite3 1.3.1

22 Nov 13:12
Compare
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
Compare
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
Compare
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