Skip to content

Releases: simolus3/sqlite3.dart

sqlite3 1.11.1

10 May 16:15
fbcaf36
Compare
Choose a tag to compare

This patch release of the sqlite3 Dart package fixes a bug when user-defined functions return strings with non-ASCII characters.

sqlite3 1.11.0

09 Apr 20:59
564c5fd
Compare
Choose a tag to compare

This update for the sqlite3 Dart package brings improvements to the WASM-based web implementation:

  • Add WasmSqlite3.loadFromUrl which uses a streaming fetch() request to load the sqlite3 WASM binary.
  • Add OpfsFileSystem, a file system implementation for the WASM library that is based on the synchronous File System Access API.
  • The WASM version of sqlite3 used by this library is now compiled with -Oz instead of -Ofast.

sqlite3 1.10.0

19 Mar 20:11
01f880d
Compare
Choose a tag to compare
  • Rewrite the implementation to allow more code reuse between dart:ffi and the WASM-based web implementation.

sqlite3 1.9.3

10 Mar 18:21
06db2cf
Compare
Choose a tag to compare
  • Provide more information about the source of sqlite exceptions.
  • Fix prepared statements without parameters not being reused properly.

sqlite3 1.9.2

06 Mar 21:24
6aa836c
Compare
Choose a tag to compare

1.9.2

  • Include parameters when throwing an exception in prepared statements.

sqlite3_flutter_libs 0.5.13

23 Feb 13:56
f41298d
Compare
Choose a tag to compare
  • Upgrade sqlite3 to 3.41.0

sqlcipher_flutter_libs 0.5.3

16 Dec 00:31
03bdccd
Compare
Choose a tag to compare
  • Upgrade SQLCipher to version 4.5.2.

sqlite3_flutter_libs 0.5.12

20 Nov 20:35
48c0dc1
Compare
Choose a tag to compare

Upgrade sqlite3 to 3.40.0

sqlite3_flutter_libs 0.5.11

08 Nov 13:17
dd15b2a
Compare
Choose a tag to compare

Upgrade to sqlite3 version 3.39.4.

sqlite3 1.9.1

18 Oct 18:11
816dfd2
Compare
Choose a tag to compare
  • Change Row.keys and Row.values to return a list (#125)