Name
parser_trace — Enable parser debug information
Common Usage
PRAGMA parser_trace = switch;
Description
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.