]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a case in which SQLite could fail to identify "x BETWEEN ? AND ?" being true...
authordan <dan@noemail.net>
Mon, 23 Dec 2019 15:17:11 +0000 (15:17 +0000)
committerdan <dan@noemail.net>
Mon, 23 Dec 2019 15:17:11 +0000 (15:17 +0000)
commit1d24a53125ab15f2d80ff4c64a2b65ed9d9ff44b
tree3c13535c1c4a106646fac7dff83da0321aa1eaba
parent2811ea6be7f4d63d5cc0992c78db3b1b73112a93
Fix a case in which SQLite could fail to identify "x BETWEEN ? AND ?" being true as implying that x is not null. Ticket [dfd66334].

FossilOrigin-Name: 2f17974912ec5e99089dc0da803e7ff1bf033377a49762d2689a812c005f2641
manifest
manifest.uuid
src/expr.c
test/join2.test
test/window1.test