Skip to content

Releases: dyedgreen/deno-sqlite

v3.8.0

20 Aug 08:00
243b218
Compare
Choose a tag to compare
  • Add isClosed property to the database handle

v3.7.3

02 Aug 10:19
Compare
Choose a tag to compare
  • Upgrade SQLite version to 3.42.0

v3.7.2

25 Apr 19:02
Compare
Choose a tag to compare
  • fix a bug where transactions can leave the database in auto commit mode

v3.7.1

15 Apr 12:50
Compare
Choose a tag to compare
  • Upgrade SQLite version to 3.41.2

v3.7.0

04 Nov 15:22
Compare
Choose a tag to compare
  • Add a serialize function which returns a Uint8Array representing the database
  • Add a deserialize function which reads a Uint8Array into a database

v3.6.0

03 Nov 14:57
Compare
Choose a tag to compare
  • Add expandSql function to prepared queries which returns the query SQL, substituting provided parameters for their placeholders
  • Add support for user defined (scalar) SQL functions; this adds a createFunction and deleteFunction API to the database class
  • Improve the SQLite warm binary size by stripping debug symbols in the release build
  • Improve wording of documentation and expand on existing documentation with more examples
  • Fix some mistakes in example code contained in the documentation

v3.5.0

11 Sep 17:08
d53755c
Compare
Choose a tag to compare
  • Deprecate one and oneEntry methods on query
  • Add first and firstEntry query methods
  • Update and add internal tests
  • Update documentation

v3.4.1

25 Aug 06:49
Compare
Choose a tag to compare
  • Bump the SQLite version to 3.39.2
  • Bump the WASI compiler version to 16.0

v3.4.0

30 Apr 16:50
Compare
Choose a tag to compare
  • Upgrade SQLite to version 3.38.3

v3.3.1

24 Apr 08:13
Compare
Choose a tag to compare
  • fixes issues that dead-lock the library on Windows when running with --unstable