Skip to content

Commit

Permalink
Update sqlite from 3.34.0 to 3.35.2 (#2142)
Browse files Browse the repository at this point in the history
* Update sqlite from 3.34.0 to 3.35.2

* Enable sqlite math functions

* Enable sqlite json functions
  • Loading branch information
patrikjuvonen committed Mar 26, 2021
1 parent 2d02fc8 commit c58c367
Show file tree
Hide file tree
Showing 3 changed files with 7,020 additions and 4,597 deletions.
2 changes: 2 additions & 0 deletions vendor/sqlite/premake5.lua
Expand Up @@ -15,5 +15,7 @@ project "sqlite"
"*.c"
}

defines { "SQLITE_ENABLE_MATH_FUNCTIONS", "SQLITE_ENABLE_JSON1" }

filter {"system:windows"}
disablewarnings { "4996" }

0 comments on commit c58c367

Please sign in to comment.