2017-07-17 19:25:10
— part of check-in
[adc082c146]
on branch push-down-backport
— When checking for the WHERE-clause push-down optimization, verify that
all terms of the compound inner SELECT are non-aggregate, not just the
last term. Fix for ticket [f7f8c97e97597].
(user:
drh
size: 211420)
2017-07-17 19:25:10
— part of check-in
[adc082c146]
on branch push-down-backport
— When checking for the WHERE-clause push-down optimization, verify that
all terms of the compound inner SELECT are non-aggregate, not just the
last term. Fix for ticket [f7f8c97e97597].
(user:
drh
size: 211420)
2017-07-17 19:37:23
— part of check-in
[cd6ac07848]
on branch branch-3.8.9
— Try to push relevant WHERE clause terms of the outer query down
into the subquery in order to help the subquery run faster and/or
use less memory. This is a cherry-pick of [6df18e949d36] with
bug fixes.
(user:
drh
size: 211420)