Skip to content

Commit 4ac2dba

Browse files
committed
upgraded to sqlite 3.31.1
1 parent 40011d0 commit 4ac2dba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deps/download.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# 3. node-gyp links the two resulting binaries to generate better_sqlite3.node.
1919
# ===
2020

21-
VERSION="3290000"
22-
YEAR="2019"
21+
VERSION="3310100"
22+
YEAR="2020"
2323

2424
# TODO: SQLITE_ENABLE_GEOPOLY (determine if the emitted warnings are safe or not)
2525

deps/sqlite3.tar.gz

49.3 KB
Binary file not shown.

docs/compilation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Your amalgamation directory should contain `sqlite3.c` and `sqlite3.h`. Any desi
1010

1111
# Bundled configuration
1212

13-
By default, this distribution currently uses SQLite3 **version 3.29.0** with the following [compilation options](https://www.sqlite.org/compile.html):
13+
By default, this distribution currently uses SQLite3 **version 3.31.1** with the following [compilation options](https://www.sqlite.org/compile.html):
1414

1515
```
1616
SQLITE_THREADSAFE=0

0 commit comments

Comments
 (0)