Skip to content

Commit 766c264

Browse files
committed
fix: replace withdrawn SQLite 3.52.0 with stable 3.51.3
1 parent a7badce commit 766c264

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
@@ -20,7 +20,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
2020
- [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)
2121
- Big test suite
2222
- Written in modern C++ and tested for memory leaks
23-
- Bundles SQLite v3.52.0, or you can build using a local SQLite
23+
- Bundles SQLite v3.51.3, or you can build using a local SQLite
2424

2525
# Installing
2626

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%':'3520000',
3+
'sqlite_version%':'3510300',
44
"toolset%":'',
55
},
66
'target_defaults': {
3.06 MB
Binary file not shown.
-3.11 MB
Binary file not shown.

0 commit comments

Comments
 (0)