]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem causing the LEFT JOIN strength reduction optimization to be
authordan <dan@noemail.net>
Tue, 10 Apr 2018 12:10:01 +0000 (12:10 +0000)
committerdan <dan@noemail.net>
Tue, 10 Apr 2018 12:10:01 +0000 (12:10 +0000)
commita1054dcc3f50b212ffe89d3fa25e60261341b5ba
tree904c0db938ebc3d8dc9106fbf66e3d8d25c7f533
parenta2ce1b99a853031e18f1b283b5f1397712867726
Fix a problem causing the LEFT JOIN strength reduction optimization to be
incorrectly applied in some cases where the WHERE clause of the query contains
a filter expression of the form NOT(x AND y). Ticket [1e39b966].

FossilOrigin-Name: 38d319c153641ea4138fab2d5a47c31a86f57a071a1e1c299ca54c980cfb2b60
manifest
manifest.uuid
src/expr.c
test/join.test