SQLite Forum

Pragma compile_options does not show some options
Login
I compile SQLITE amalgamation with some compile-time options and query db later with "pragma compile_options". 

Two compile options are missing :

SQLITE_DQS=0
SQLITE_DEFAULT_MEMSTATUS=0

Are these options not supported on amalgamation build?