Skip to content

Add CMake option SQLITE_ENABLE_DBSTAT_VTAB and SQLITE_ENABLE_RTREE#428

Merged
SRombauts merged 3 commits intomasterfrom
cmake-sqlite-enable-dbstat-vtab
Jun 12, 2023
Merged

Add CMake option SQLITE_ENABLE_DBSTAT_VTAB and SQLITE_ENABLE_RTREE#428
SRombauts merged 3 commits intomasterfrom
cmake-sqlite-enable-dbstat-vtab

Conversation

@SRombauts
Copy link
Copy Markdown
Owner

SRombauts added 3 commits May 31, 2023 13:42
…uilding internal sqlite3 library

See more here: https://sqlite.org/rtree.html

Disabled by default
since the JSON functions and operators are built into SQLite by default, as of SQLite version 3.38.0 (2022-02-22).

see issue #425 SQLITE_ENABLE_JSON1 flag does not appear to compile sqlite3 with this option
… eponymous virtual table extension when building internal sqlite3 library.

See more here: https://www.sqlite.org/dbstat.html

Fix #426 Support building SQLite with with SQLITE_ENABLE_DBSTAT_VTAB compile option

Disabled by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support building SQLite with with SQLITE_ENABLE_DBSTAT_VTAB compile option

1 participant