August 2010
Intermediate to advanced
526 pages
23h 39m
English
parser_trace — Enable parser debug information
PRAGMA parser_trace = switch;The parser_trace pragma enables SQL parser
debugging. When enabled, the SQL parser will print its state as
it parses SQL commands. SQLite must be compiled with the
SQLITE_DEBUG directive
for parser trace functionality to be included.
Read now
Unlock full access