Skip to content

Commit

Permalink
Updated bundled SQLite to v3.42.0
Browse files Browse the repository at this point in the history
refs https://www.sqlite.org/releaselog/3_42_0.html

- sha3-256sum: `643898e9fcc8f6069bcd47b0e6057221c1ed17bbee57da20d2752c79d91274e8`
  • Loading branch information
daniellockyer committed May 29, 2023
1 parent 8598a9d commit 22ac6cc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
- [Extension support](https://github.com/TryGhost/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
- Big test suite
- Written in modern C++ and tested for memory leaks
- Bundles SQLite v3.41.1, or you can build using a local SQLite
- Bundles SQLite v3.42.0, or you can build using a local SQLite

# Installing

Expand Down
2 changes: 1 addition & 1 deletion deps/common-sqlite.gypi
@@ -1,6 +1,6 @@
{
'variables': {
'sqlite_version%':'3410100',
'sqlite_version%':'3420000',
"toolset%":'',
},
'target_defaults': {
Expand Down
Binary file removed deps/sqlite-autoconf-3410100.tar.gz
Binary file not shown.
Binary file added deps/sqlite-autoconf-3420000.tar.gz
Binary file not shown.

0 comments on commit 22ac6cc

Please sign in to comment.