]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An UPDATE of a table that is indexed by a constant virtual column that uses
authordrh <drh@noemail.net>
Thu, 26 Dec 2019 23:16:18 +0000 (23:16 +0000)
committerdrh <drh@noemail.net>
Thu, 26 Dec 2019 23:16:18 +0000 (23:16 +0000)
commitd3ee3ad12fd53f0db78a2c07917fb4fc310ca72a
tree8d52aef31d4aa6321afb8ee6c6d53850ca4e7f39
parente752040c099f4137c7cbab3c4a51c684ed8173be
An UPDATE of a table that is indexed by a constant virtual column that uses
the one-pass optimization might cause the table seek to be omitted before
reaching row DELETE/INSERT.  Fix this by coding an extra OP_Column in that
circumstance.  Ticket [ec8abb025e78f40c]

FossilOrigin-Name: e54560495926fbb8a2ce829c677a2dd0066e46b7a8d4ada9d8a34a3426959836
manifest
manifest.uuid
src/update.c
test/gencol1.test