Releases: denodrivers/sqlite3
Releases · denodrivers/sqlite3
Deno SQLite3 - v0.12.0
What's Changed
- chore: bump sqlite version to 3.46.0, allow interface types when retrieving rows, and adjust to ffi api breaking changes by @DjDeveloperr in #132
- feat(Statement): add iter method to iterate with params by @prasannavl in #133
- fix(build):
--enable-update-limit
flag added to compile options by @DjDeveloperr - feat(Statement): implement
Symbol.dispose
for Statement to support using statements by @DjDeveloperr
New Contributors
- @prasannavl made their first contribution in #133
Full Changelog: 0.11.1...0.12.0
Deno SQLite3 - v0.11.1
Fixes an issue with zero-length blob columns throwing an exception.
Deno SQLite3 - v0.11.0
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
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
- @craigpastro made their first contribution in #104
Full Changelog: 0.9.1...0.10.0
Deno SQLite3 v0.9.1
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
What's Changed
- chore: new build system, enable some compile time flags by @DjDeveloperr in #95
- ci: linux aarch64 cross builds by @DjDeveloperr in #96
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
- 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
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
What's Changed
- feat:
Database.loadExtension
by @eliassjogreen in #83 - chore(ci):
ubuntu-latest
->ubuntu-20.04
when buildinglibsqlite3.so
by @asg017 in #86 - feat: bump plug to version 1.0.1 by @eliassjogreen in #81
New Contributors
- @eliassjogreen made their first contribution in #83
- @asg017 made their first contribution in #86
Full Changelog: 0.7.3...0.8.0
Deno SQLite3 v0.7.3
Fixes the module not working on Deno v1.30.0.