]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a query like "SELECT min(a), b FROM t1" visits no rows where "a" is not null,... tkt-41866dc37
authordan <dan@noemail.net>
Fri, 2 Aug 2019 18:43:59 +0000 (18:43 +0000)
committerdan <dan@noemail.net>
Fri, 2 Aug 2019 18:43:59 +0000 (18:43 +0000)
commitddd7421c9170317294e69a4287deda996a3cd3dc
tree63fb77cef592ccbcbe5b8da0a2ed3b78d00270a1
parentd744ee0b50e64348a0ba605eb8270cd2363e8dd3
If a query like "SELECT min(a), b FROM t1" visits no rows where "a" is not null, extract a value for "b" from one of the rows where "a" is null. Possible fix for ticket [41866dc37].

FossilOrigin-Name: a7277ed0623dccdbf775ae6127611d6bc6e150f6942a048ab4281e5136c0e98d
manifest
manifest.uuid
src/wherecode.c
test/minmax4.test