1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-26 20:17:12 +02:00

Update SQLite to version 3.35.3.

Enable internal functionality that may be disabled by default.
This commit is contained in:
Sandu Liviu Catalin
2021-03-31 17:29:25 +03:00
parent 2ea65f86cd
commit e7f95ce9e6
3 changed files with 7141 additions and 4678 deletions

View File

@ -60,6 +60,10 @@ else()
SQLITE_OMIT_COMPLETE
SQLITE_OMIT_TCL_VARIABLE
SQLITE_OMIT_DEPRECATED
SQLITE_ENABLE_RTREE
SQLITE_ENABLE_JSON1
SQLITE_ENABLE_SESSION
SQLITE_ENABLE_MATH_FUNCTIONS
)
endif()