Skip to content

Commit 878b049

Browse files
authored
Update sqlite to 3.50.3 (#7)
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 5510762 commit 878b049

File tree

7 files changed

+141
-127
lines changed

7 files changed

+141
-127
lines changed

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.2, or you can build using a local SQLite [amalgamation](https://www.sqlite.org/amalgamation.html)
18+
- Bundles SQLite v3.50.3, 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%':'3500200',
3+
'sqlite_version%':'3500300',
44
"toolset%":'',
55
},
66
'target_defaults': {
File renamed without changes.

deps/sqlite-amalgamation-3500200/sqlite3.c renamed to deps/sqlite-amalgamation-3500300/sqlite3.c

Lines changed: 93 additions & 79 deletions
Large diffs are not rendered by default.

deps/sqlite-amalgamation-3500200/sqlite3.h renamed to deps/sqlite-amalgamation-3500300/sqlite3.h

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@appthreat/sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings. Forked from TryGhost/node-sqlite3",
4-
"version": "6.0.7",
4+
"version": "6.0.8",
55
"homepage": "https://github.com/AppThreat/node-sqlite3",
66
"author": "Team AppThreat <[email protected]>",
77
"binary": {

0 commit comments

Comments
 (0)