]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When materializing a view for an UPDATE or DELETE make use of the WHERE
authordrh <drh@noemail.net>
Tue, 12 Feb 2008 16:52:14 +0000 (16:52 +0000)
committerdrh <drh@noemail.net>
Tue, 12 Feb 2008 16:52:14 +0000 (16:52 +0000)
commit0f35a6b529ba6ec6bcca1dc6c8cd80e5d062320a
treedb4c559566891896d9a5293af52c21b659c6f0f8
parent8e5b5f8e5480869e117690f2bd6e6ff102fc4de0
When materializing a view for an UPDATE or DELETE make use of the WHERE
clause to limit the number of rows materialized.  Ticket #2938. (CVS 4782)

FossilOrigin-Name: 5ab71c3a79cac04cb2c576f83a62218d05571006
manifest
manifest.uuid
src/delete.c
src/sqliteInt.h
src/update.c
test/auth.test
test/triggerA.test [new file with mode: 0644]