The previous fix for ticket [d85fffd6ffe856092ed8da] in check-in
commitc9783144b848e931d799c881f2278fb88311a09b
authorD. Richard Hipp <drh@hwaci.com>
Thu, 26 Apr 2018 18:34:26 +0000 (26 18:34 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 26 Apr 2018 18:34:26 +0000 (26 18:34 +0000)
tree6fc9e3cb395fd8f1e2373f5f3c7c5efe7382eaf6
parent4b4a089625da4f9fd4026d44a31e7023507a6fa8
The previous fix for ticket [d85fffd6ffe856092ed8da] in check-in
[0a514e62ad1ebe5c12da8dae] did not completely address the
probably in that it only worked for cases where the OP_SCopy that loaded
the register was the last instruction in the sequence for the expression, which
is not necessarily the case for expressions like CASE...END.  This revision
prevents the registered that will be recomputed from being cached in the first
place.
src/update.c
src/vdbe.h
src/vdbeaux.c
test/trigger1.test