]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes to allow some multi-row UPDATE statements to avoid the two-pass
authordan <dan@noemail.net>
Tue, 10 Jan 2017 20:04:38 +0000 (20:04 +0000)
committerdan <dan@noemail.net>
Tue, 10 Jan 2017 20:04:38 +0000 (20:04 +0000)
commitf91c1318f48febae7d3aac6c14b70068f1a2c375
tree04dcd2c1d26dc01d784eb92f2aa5967791ac2457
parentf112f0b3deb251173c6695769bf2f622bbaadfb6
Changes to allow some multi-row UPDATE statements to avoid the two-pass
approach.

FossilOrigin-Name: 46db23ccd116ce5b9d949f9293be8a2818411b46
manifest
manifest.uuid
src/btree.c
src/btree.h
src/insert.c
src/select.c
src/sqliteInt.h
src/update.c
src/vdbe.c
src/where.c
test/update2.test [new file with mode: 0644]