Skip to content

Releases: simolus3/sqlite3.dart

sqlite3 2.4.6

12 Aug 10:12
e1552ce
Compare
Choose a tag to compare
  • WebAssembly: Call _initialize function of sqlite3 module if one is present.
  • Support version 1.0.0 of package:web.

sqlite3 2.4.5

26 Jul 21:09
c028b09
Compare
Choose a tag to compare
  • Fix a bug in the OPFS-locks implementation causing a deadlock when the xSleep VFS call is issued on web builds.
  • Fix selecting large integers (being represented as a BigInt in Dart) not working when compiled with dartdevc.

sqlite3_flutter_libs 0.5.22

23 May 20:47
53cc4be
Compare
Choose a tag to compare
  • Upgrade sqlite to version 3.46.0.

sqlite3 2.4.3

10 May 22:23
855bdc1
Compare
Choose a tag to compare
  • Migrate away from legacy web APIs: dart:html, dart:js, dart:indexeddb and package:js are no longer imported from this package.
  • Experimentally support being compiled to WebAssembly. Strong caveats apply, please check #230 before relying on this!

sqlite3_flutter_libs 0.5.21

23 Apr 15:17
8e23589
Compare
Choose a tag to compare
  • Upgrade sqlite to version 3.45.3.

sqlite3 2.4.2

03 Apr 21:14
cc8bd75
Compare
Choose a tag to compare
  • Fix string and blob arguments to prepared statements never being deallocated (#225).

sqlite3 2.4.1

02 Apr 11:30
ef0eb65
Compare
Choose a tag to compare
  • Allow version 0.7.x of the js package.
  • Reduce size of sqlite3.wasm bundle by removing symbols not referenced in Dart.

sqlite3 2.4.0

13 Feb 21:51
d0c903a
Compare
Choose a tag to compare
  • Add isReadOnly and isExplain getters to prepared statements.
  • Set NativeCallable.keepIsolateAlive to false for callables managed by this package.

sqlite3_flutter_libs 0.5.20

01 Feb 16:22
980a5bb
Compare
Choose a tag to compare
  • Upgrade sqlite to version 3.45.1.

sqlite3_flutter_libs 0.5.19

16 Jan 22:00
30d6d1d
Compare
Choose a tag to compare
  • Upgrade sqlite to version 3.45.0.