]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix handling of window functions in aggregate queries that have no GROUP BY clause...
authordan <dan@noemail.net>
Mon, 16 Mar 2020 18:52:53 +0000 (18:52 +0000)
committerdan <dan@noemail.net>
Mon, 16 Mar 2020 18:52:53 +0000 (18:52 +0000)
commit553948e51433715f32d57e6977db6e0992b7f8cd
tree27859a73d996738b96dfdf424d7c716b345cbd35
parent14c98a4f4016bb60679535e3d2d9fe6c49bfe04a
Fix handling of window functions in aggregate queries that have no GROUP BY clause. Also remove a faulty assert causing the error reported in [618156e3].

FossilOrigin-Name: 38e3dd389d142e520c71139ec84aa3c7722992af28a5f93a7f16e0ea176b74bb
manifest
manifest.uuid
src/select.c
src/window.c
test/window4.tcl
test/window4.test
test/window9.test