2016-05-06 16:06:59
— part of check-in
[150dd09ebd]
on branch ticket-16c9801ce
— In the WHERE generator, when building code for a DELETE operation, make sure
that seeks to the main table are not deferred.
This is a better fix for the [16c9801ceba49] bug than the previous.
(user:
drh
size: 14524)
2016-05-06 16:49:54
— part of check-in
[93a2bace57]
on branch trunk
— For DELETE operations, make sure that seeks on the main table are not
deferred, since if they are and none of the indexes reference columns of
the table, the seek might never occur until the OP_Delete opcode, which is
too late. Fix for ticket [16c9801ceba49].
(user:
drh
size: 14524)