August 2010
Intermediate to advanced
526 pages
23h 39m
English
sql_trace — Dump SQL trace data
PRAGMA sql_trace;
PRAGMA sql_trace = switch;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.
Read now
Unlock full access