Skip to content

Commit 062bd31

Browse files
authored
Update to sqlite 3.51.0 (#10)
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent fd34b18 commit 062bd31

7 files changed

Lines changed: 5755 additions & 2711 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Asynchronous, non-blocking [SQLite3](https://sqlite.org/) bindings for [Node.js]
1515
- [Extension support](https://github.com/AppThreat/node-sqlite3/wiki/API#databaseloadextensionpath-callback), including bundled support for the [json1 extension](https://www.sqlite.org/json1.html)
1616
- Big test suite
1717
- Written in modern C++ and tested for memory leaks
18-
- Bundles SQLite v3.50.4, or you can build using a local SQLite [amalgamation](https://www.sqlite.org/amalgamation.html)
18+
- Bundles SQLite v3.51.0, or you can build using a local SQLite [amalgamation](https://www.sqlite.org/amalgamation.html)
1919

2020
# Installing
2121

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%':'3500400',
3+
'sqlite_version%':'3510000',
44
"toolset%":'',
55
},
66
'target_defaults': {

0 commit comments

Comments
 (0)