Update sqlite3 from v3.8.8.3 to v3.9.2 (2015-11-02)

This commit is contained in:
Sébastien Rombauts 2015-11-10 18:28:14 +01:00
parent a573c8c6b1
commit 24153e5293
3 changed files with 40950 additions and 9341 deletions

View File

@ -1,5 +1,6 @@
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3080803.zip (SQLite 3.8.8.3)
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3090200.zip (SQLite 3.9.2)
Those files are provided for easy setup under Windows ; they are used by the Visual Studio example solution.
Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
They are used by default by the CMake build.
They are not used by the Linux Makefile, which thus requires the Linux "libsqlite3-dev" package.
Use -DSQLITECPP_INTERNAL_SQLITE=OFF to link against the Linux "libsqlite3-dev" package instead.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff