Skip to content

Commit 9a1b172

Browse files
committed
Updated bundled SQLite to v3.38.4
refs https://www.sqlite.org/releaselog/3_38_4.html - sha3-256sum: `03299e195deba6fe536232d2399e6cdacfbfeb837a5a42b764821ba532de82eb`
1 parent 5063367 commit 9a1b172

File tree

4 files changed

+2
-2
lines changed

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.38.3, or you can build using a local SQLite
20+
- Bundles SQLite v3.38.4, 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%':'3380300',
3+
'sqlite_version%':'3380400',
44
"toolset%":'',
55
},
66
'target_defaults': {

deps/sqlite-autoconf-3380300.tar.gz

-2.89 MB
Binary file not shown.

deps/sqlite-autoconf-3380400.tar.gz

2.89 MB
Binary file not shown.

0 commit comments

Comments
 (0)