Skip to content

Commit

Permalink
use sqlite v3.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Feb 18, 2020
1 parent 40011d0 commit bf8f709
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
# 3. node-gyp links the two resulting binaries to generate better_sqlite3.node.
# ===

VERSION="3290000"
# 3.30.1
# Per https://github.com/requery/sqlite-android/blob/3.30.1/sqlite-android/build.gradle#L63
VERSION="3300100"
YEAR="2019"

# TODO: SQLITE_ENABLE_GEOPOLY (determine if the emitted warnings are safe or not)
Expand Down
Binary file modified deps/sqlite3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Your amalgamation directory should contain `sqlite3.c` and `sqlite3.h`. Any desi

# Bundled configuration

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

```
SQLITE_THREADSAFE=0
Expand Down

0 comments on commit bf8f709

Please sign in to comment.