Skip to content

Releases: denodrivers/sqlite3

Deno SQLite3 - v0.11.1

22 Mar 14:19
41b6b39
Compare
Choose a tag to compare

Fixes an issue with zero-length blob columns throwing an exception.

Deno SQLite3 - v0.11.0

01 Mar 05:48
fa99ea8
Compare
Choose a tag to compare

Support for JSR, make user-defined functions and extension loading optional (throws runtime error if attempted to use with an unsupported shared library) and bump sqlite version to 3.45.1

Deno SQLite3 - v0.10.0

13 Nov 04:53
95a144a
Compare
Choose a tag to compare

What's Changed

  • Fixed typo in database.ts by @sant123 in #102
  • fix: small typo in README by @craigpastro in #104
  • added types to transaction to infer types from passed function by @sant123 in #103
  • Detect JSON subtypes and JSON.parse() before returning. by @asg017 in #106
  • chore: bump sqlite and module version, lower glibc version requiremen… by @DjDeveloperr in #107
  • Add a .sql tagged template for executing one-off SQL queries by @asg017 in #108

New Contributors

Full Changelog: 0.9.1...0.10.0

Deno SQLite3 v0.9.1

13 Mar 20:05
Compare
Choose a tag to compare

What's Changed

  • perf: handle callback case better to inline fast api call by @DjDeveloperr in #99

This patch fixes a performance deopt introduced by 0.8.0 release.

Full Changelog: 0.9.0...0.9.1

Deno SQLite3 v0.9.0

13 Mar 18:10
7b52905
Compare
Choose a tag to compare

What's Changed

FTS5 is now enabled by default. SQLite3 was bumped to 3.41.1.

Linux Aarch64 builds are just an experiment, they most likely don't work.

Full Changelog: 0.8.2...0.9.0

Deno SQLite3 v0.8.2

08 Mar 09:49
33946c2
Compare
Choose a tag to compare
  • fix(Database): do not set create: true if readonly is set to true by @DjDeveloperr

Full Changelog: 0.8.1...0.8.2

Deno SQLite3 v0.8.1

24 Feb 13:11
4cb7e8f
Compare
Choose a tag to compare

What's Changed

  • fix: use static UnsafePointerView APIs instead of Deno.internal namespace by @aapoalas in #90
  • chore: pin sqlite submodule to 3.40.1 and bump version to 0.8.1 by @DjDeveloperr in #92
  • fix: update FFI API usage due to breaking changes related to Pointers. This release should work on Deno 1.31.0

New Contributors

Full Changelog: 0.8.0...0.8.1

Deno SQLite3 v0.8.0

07 Feb 08:05
3518c97
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.3...0.8.0

Deno SQLite3 v0.7.3

26 Jan 11:43
74e0daa
Compare
Choose a tag to compare

Fixes the module not working on Deno v1.30.0.

v0.7.2

01 Jan 16:53
59ffd58
Compare
Choose a tag to compare

What's Changed

  • fix: Statement Finalizer causing double free when DB is explicitly closed by @DjDeveloperr in #79

Full Changelog: 0.7.1...0.7.2