Skip to content

Commit 22ac6cc

Browse files
committed
Updated bundled SQLite to v3.42.0
refs https://www.sqlite.org/releaselog/3_42_0.html - sha3-256sum: `643898e9fcc8f6069bcd47b0e6057221c1ed17bbee57da20d2752c79d91274e8`
1 parent 8598a9d commit 22ac6cc

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
1717
- [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)
1818
- Big test suite
1919
- Written in modern C++ and tested for memory leaks
20-
- Bundles SQLite v3.41.1, or you can build using a local SQLite
20+
- Bundles SQLite v3.42.0, or you can build using a local SQLite
2121

2222
# Installing
2323

deps/common-sqlite.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'variables': {
3-
'sqlite_version%':'3410100',
3+
'sqlite_version%':'3420000',
44
"toolset%":'',
55
},
66
'target_defaults': {

deps/sqlite-autoconf-3410100.tar.gz

-2.98 MB
Binary file not shown.

deps/sqlite-autoconf-3420000.tar.gz

3 MB
Binary file not shown.

0 commit comments

Comments
 (0)