upgraded to sqlite 3.36

This commit is contained in:
Joshua Wise 2021-07-18 21:27:11 -05:00
parent 115258a106
commit be7770e054
3 changed files with 2 additions and 2 deletions

2
deps/download.sh vendored
View File

@ -19,7 +19,7 @@
# ===
YEAR="2021"
VERSION="3350200"
VERSION="3360000"
DEFINES="
SQLITE_DQS=0

BIN
deps/sqlite3.tar.gz vendored

Binary file not shown.

View File

@ -34,7 +34,7 @@ If you're using a SQLite3 encryption extension that is a drop-in replacement for
# Bundled configuration
By default, this distribution currently uses SQLite3 **version 3.35.2** with the following [compilation options](https://www.sqlite.org/compile.html):
By default, this distribution currently uses SQLite3 **version 3.36.0** with the following [compilation options](https://www.sqlite.org/compile.html):
```
SQLITE_DQS=0