mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Changes to compile time option diags to report values for some defines.
Added test cases to TCL test suite (ctime.test). FossilOrigin-Name: dd480f62afa56ff85c2dd57ee7a16eee427e823f
This commit is contained in:
@@ -183,7 +183,11 @@ static void set_options(Tcl_Interp *interp){
|
||||
TCL_GLOBAL_ONLY);
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef SQLITE_OMIT_COMPILEOPTION_DIAGS
|
||||
Tcl_SetVar2(interp, "sqlite_options", "compileoption_diags", "0", TCL_GLOBAL_ONLY);
|
||||
#else
|
||||
Tcl_SetVar2(interp, "sqlite_options", "compileoption_diags", "1", TCL_GLOBAL_ONLY);
|
||||
#endif
|
||||
|
||||
#ifdef SQLITE_OMIT_COMPLETE
|
||||
Tcl_SetVar2(interp, "sqlite_options", "complete", "0", TCL_GLOBAL_ONLY);
|
||||
|
Reference in New Issue
Block a user