]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Back out the sqlite3_stmt_mode() and EXPLAIN TABLES enhancements, but keep
authordrh <drh@noemail.net>
Sat, 21 Mar 2020 03:40:21 +0000 (03:40 +0000)
committerdrh <drh@noemail.net>
Sat, 21 Mar 2020 03:40:21 +0000 (03:40 +0000)
commitfda3dd5e67a01de13aadf8c91cb4b3f1b493eb04
tree9d8e5f7cd6a1bb0d36308ed3d24a114bcea67277
parent27de99df798e5695dc3278dddd9d343cdafaba2c
Back out the sqlite3_stmt_mode() and EXPLAIN TABLES enhancements, but keep
the other miscellaneous improvements to EXPLAIN that were implemented while
adding the above:  Turn magic numbers into symbolic constants.
Add the sqlite3MemPrint() interface accessible to the debugger.  Improve
the performance and reduce the code size.

FossilOrigin-Name: 62aece66774587590bf7f88883cca1c1e76866e9df93bb1a17c4d9db894f06aa
manifest
manifest.uuid
src/parse.y
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
tool/mkkeywordhash.c