smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

update SQLite #339

Closed smanders closed 2 years ago

smanders commented 2 years ago

sqlite 3.34.1 was added https://github.com/smanders/externpro/issues/305 sqlite patch https://github.com/smanders/sqlite-amalgamation/compare/3.34.1...xp3.34.1 project file https://github.com/smanders/externpro/blob/22.01/projects/sqlite.cmake use script https://github.com/smanders/externpro/blob/22.01/projects/use/usexp-sqlite-config.cmake

sqlite 3.37.2 was released 2022.01.16 https://github.com/azadkuh/sqlite-amalgamation/tree/3.37.2 there is a newer 3.38.0 release 2022.03.01, but @ndrasmussen found that

The latest better-sqlite3 (7.5.0) appears to use version 3.37.2 so staying back one iteration could help us sync up if we can get webpro to update as well.

also, it would be helpful to turn ON the BUILD_SHELL cmake option https://github.com/azadkuh/sqlite-amalgamation/blob/3.37.2/CMakeLists.txt#L101 and include the sqlite3 executable in externpro

smanders commented 2 years ago

sqlite 3.37.2 patch https://github.com/smanders/sqlite-amalgamation/compare/3.37.2...xp3.37.2

smanders commented 2 years ago

completed with commits to dev branch referenced above