Change the name of SQLITE_DBCONFIG_FULL_EQP to be SQLITE_DBCONFIG_TRIGGER_EQP
commit35e2afa79f719c3bf56295bde802a8a283f14ce9
authorD. Richard Hipp <drh@hwaci.com>
Thu, 21 Dec 2017 18:23:26 +0000 (21 18:23 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 21 Dec 2017 18:23:26 +0000 (21 18:23 +0000)
tree6ebab4e8bd2de33ff5d7fa0121a5af2d09a39e82
parent0abcab46d0437881aeb3fde174fa080e34b3e434
Change the name of SQLITE_DBCONFIG_FULL_EQP to be SQLITE_DBCONFIG_TRIGGER_EQP
(which we can do without breaking compatibility because the former name has
not yet appeared in an official release) and streamline its implementation.
ext/expert/sqlite3expert.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/vdbeaux.c