]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a crash in handling queries of the form "SELECT aggregate(DISTINCT tbl.col) FROM...
authordan <Dan Kennedy>
Sat, 3 Apr 2021 19:23:59 +0000 (19:23 +0000)
committerdan <Dan Kennedy>
Sat, 3 Apr 2021 19:23:59 +0000 (19:23 +0000)
commitf330d53ff32f33ebe77d40dd70ad7712f317e8a8
tree23beb04e46e7c3c7a815c9a776843db418485cee
parent9af69ff547d76f1f8c7c4513fdb6c0ca1a32f9fc
Fix a crash in handling queries of the form "SELECT aggregate(DISTINCT tbl.col) FROM ... LEFT JOIN tbl ...". Fixes a problem introduced by [ef4ac0ddd297bbd3].

FossilOrigin-Name: 0dcf808ddf23da834da724d88b1715ed06565f1f1290713ff42a3fcf6ffb802e
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/where.c
test/distinctagg.test