]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Instead of linking temporary triggers on non-temporary tables into the Table.pTrigger...
authordanielk1977 <danielk1977@noemail.net>
Sat, 28 Feb 2009 10:47:41 +0000 (10:47 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Sat, 28 Feb 2009 10:47:41 +0000 (10:47 +0000)
commit2f886d1d534ae2fabca3e3bcb5af259c38b3cb23
treea0e6b164c0bf7f829558d41b51758909f68032a8
parent02b4e3b34e1544fe7da63bb81afc827a86e0926b
Instead of linking temporary triggers on non-temporary tables into the Table.pTrigger list, search the temp schema for them on demand. Fix for #3688. (CVS 6329)

FossilOrigin-Name: 3befe1ef7e6ebddedfa69579553a1b85b411ee98
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/build.c
src/delete.c
src/insert.c
src/sqliteInt.h
src/trigger.c
src/update.c
test/temptrigger.test [new file with mode: 0644]