]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the name of SQLITE_DBCONFIG_FULL_EQP to be SQLITE_DBCONFIG_TRIGGER_EQP
authordrh <drh@noemail.net>
Thu, 21 Dec 2017 18:23:26 +0000 (18:23 +0000)
committerdrh <drh@noemail.net>
Thu, 21 Dec 2017 18:23:26 +0000 (18:23 +0000)
commit36e31c6915763de55f7e2968a20084fc7252fcd9
tree7e051b48958d89287fa1c8e4f7c2df3af6a2142b
parent3c5d285762ee7293bd262a2e7f19c350ff275660
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.

FossilOrigin-Name: fffc7685d19f78ec322a4e834ad727af20a17e2e1c35680e4b1c4162c4786f60
ext/expert/sqlite3expert.c
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/vdbeaux.c