]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the use of the column cache for UPDATE statements, making them
authordrh <drh@noemail.net>
Thu, 15 Oct 2015 19:21:51 +0000 (19:21 +0000)
committerdrh <drh@noemail.net>
Thu, 15 Oct 2015 19:21:51 +0000 (19:21 +0000)
commitce78bc6e7ed51ea1f4452b77f4415331b7c1ff23
tree877fb72fc7058cde5f6e52dd7cac09c1f5ecedfd
parentfed7ac6f04fd2e314c90eec1f744e01429b09e95
Enhance the use of the column cache for UPDATE statements, making them
more efficient for the case where a column is modified to be an expression
of other unmodified columns.

FossilOrigin-Name: 871e091df651b2275a672c35ff938bd4b6db0d7f
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/update.c
src/wherecode.c