]> git.ipfire.org Git - thirdparty/sqlite.git/commit
New debugging pragmas: PRAGMA vdbe_debug=ON is short-hand for the sql_trace,
authordrh <drh@noemail.net>
Tue, 29 Jan 2013 19:14:31 +0000 (19:14 +0000)
committerdrh <drh@noemail.net>
Tue, 29 Jan 2013 19:14:31 +0000 (19:14 +0000)
commite096205a7f7fdcc5307eab386c25d970780ced04
tree15d65a428a0dd1f9e43d6a05e68af17b9b76a84b
parent47f2239fc1f1efcd65ef8b73df0d463c02b080f6
New debugging pragmas:  PRAGMA vdbe_debug=ON is short-hand for the sql_trace,
vdbe_listing, and vdbe_trace pragmas.  PRAGMA vdbe_debug enables tracing of
sqlite3VdbeAddOp() calls.  None of this is active unless compiled with
SQLITE_DEBUG.

FossilOrigin-Name: ae565ff3e0836b0cb45cc0ba7f27fa8cb2d21d77
manifest
manifest.uuid
src/pragma.c
src/sqliteInt.h
src/test1.c
src/vdbeaux.c