Skip to content

Commit 1609684

Browse files
committedJan 16, 2024
Updated bundled SQLite to v3.45.0
refs https://www.sqlite.org/releaselog/3_45_0.html - sha3-256sum: `9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76`
1 parent ba4ba07 commit 1609684

4 files changed

+2
-2
lines changed
 

‎README.md

+1-1
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.44.2, or you can build using a local SQLite
20+
- Bundles SQLite v3.45.0, or you can build using a local SQLite
2121

2222
# Installing
2323

‎deps/common-sqlite.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
'variables': {
3-
'sqlite_version%':'3440200',
3+
'sqlite_version%':'3450000',
44
"toolset%":'',
55
},
66
'target_defaults': {

‎deps/sqlite-autoconf-3440200.tar.gz

-3.06 MB
Binary file not shown.

‎deps/sqlite-autoconf-3450000.tar.gz

3.08 MB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.