]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Return an error if an attempt is made to create a trigger with an SQL variable embedd...
authordan <dan@noemail.net>
Thu, 3 Oct 2013 12:29:38 +0000 (12:29 +0000)
committerdan <dan@noemail.net>
Thu, 3 Oct 2013 12:29:38 +0000 (12:29 +0000)
commit46539d7cfab6202ed6a6b5de7de5a6256c16f1ba
tree4adea647b4b003b296b8c2829ac17ec71506b3c2
parent582d47d27a2540564bbf0bd060de73d1dd413e35
Return an error if an attempt is made to create a trigger with an SQL variable embedded within it. If such a variable reference is found within a trigger definition loaded from the sqlite_master table, silently replace it with a NULL.

FossilOrigin-Name: f35f6ae3da77dbdf5f7a4a9927475659fc6e0ca6
manifest
manifest.uuid
src/attach.c
src/sqliteInt.h
src/trigger.c
test/triggerE.test [new file with mode: 0644]