]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Optimize trigger compilation to avoid populating the OLD.* and NEW.* pseudo-tables...
authordanielk1977 <danielk1977@noemail.net>
Tue, 1 Jan 2008 19:02:09 +0000 (19:02 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 1 Jan 2008 19:02:09 +0000 (19:02 +0000)
commit8f2c54e6e2d723d583d8bd79829d6df62fa2901a
tree6e1e9883136e18165fe7dce6f6697b5fcacf1c58
parent8ea1cfaa9ad747cc8f33c2fa4a2b790955e6688c
Optimize trigger compilation to avoid populating the OLD.* and NEW.* pseudo-tables with data that will never be used. Some testing to come. (CVS 4651)

FossilOrigin-Name: e08a33ed7255c22ce2805363f44a1d7770acb2dd
manifest
manifest.uuid
src/delete.c
src/expr.c
src/insert.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
test/auth.test
test/trigger9.test [new file with mode: 0644]