]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Modify the SQLITE_DBCONFIG_ENABLE_TRIGGER setting so that it only disables returning
authordrh <>
Wed, 3 Feb 2021 00:55:34 +0000 (00:55 +0000)
committerdrh <>
Wed, 3 Feb 2021 00:55:34 +0000 (00:55 +0000)
commit2aa41c82dab03eedefe393ee87a0b179285bf447
tree2ced7d6efa4c5e824bc96138848cbdfb5bbc384a
parent47600083f14e47563db20a302408c4736eb0ac8c
Modify the SQLITE_DBCONFIG_ENABLE_TRIGGER setting so that it only disables
main-schema triggers and allows TEMP trigger to continue operating.  This is
safe, since only the application (not an attacker) can add TEMP triggers.
It will also all us to disengage SQLITE_DBCONFIG_ENABLE_TRIGGER on Fossil
databases since Fossil has no main-schema triggers but does use TEMP triggers.

FossilOrigin-Name: a10c5a2503ff2998f6ee40f721aab8c9579052e535dc141bd57d10551eaea387
manifest
manifest.uuid
src/sqlite.h.in
src/trigger.c