isCompiledWith

Tests if an SQLite compile option is set

bool
isCompiledWith
(
string option
)

Examples

assert(isCompiledWith("SQLITE_ENABLE_UNLOCK_NOTIFY"));
assert(!isCompiledWith("SQLITE_UNKNOWN_COMPILE_OPTION"));

See Also

Meta