Name
sql_trace — Dump SQL trace data
Common Usage
PRAGMA sql_trace;
PRAGMA sql_trace = switch;
Description
The sql_trace pragma dumps SQL trace results to the
screen. When enabled, trace data normally passed to the sqlite3_trace() callback will be
printed. SQLite must be compiled with the SQLITE_DEBUG directive for this
pragma to be included.
This is an undocumented pragma.