Index: pages/compile.in ================================================================== --- pages/compile.in +++ pages/compile.in @@ -1354,12 +1354,13 @@ COMPILE_OPTION {SQLITE_OMIT_TEMPDB} { This option omits support for TEMP or TEMPORARY tables. } COMPILE_OPTION {SQLITE_OMIT_TRACE} { - This option omits support for the [sqlite3_profile()] and - [sqlite3_trace()] interfaces and their associated logic. + This option omits support for the [sqlite3_profile()], + [sqlite3_trace()], [sqlite3_trace_v2()], and + [sqlite3_expanded_sql()] interfaces and their associated logic. } COMPILE_OPTION {SQLITE_OMIT_TRIGGER} { Defining this option omits support for TRIGGER objects. Neither the [CREATE TRIGGER] or [DROP TRIGGER]