]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix problem with window functions min() and max() when used with a PARTITION
authordan <dan@noemail.net>
Thu, 14 Jun 2018 19:06:36 +0000 (19:06 +0000)
committerdan <dan@noemail.net>
Thu, 14 Jun 2018 19:06:36 +0000 (19:06 +0000)
commit9a94722d489becb6b9023b0119a55995cc998de6
tree3e727cd4eb4372eda737b31d82736536b37d21c9
parent09882a75c4f8641e4e06a9ba6402fea02b56a4d6
Fix problem with window functions min() and max() when used with a PARTITION
clause and a frame starting point other than "UNBOUNDED PRECEDING".

FossilOrigin-Name: 43eb1e75a4d7ac0973ed8589bbaf379c24cdc8eacc4e613610d2d4c24d385dc1
12 files changed:
manifest
manifest.uuid
src/attach.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/vdbemem.c
src/window.c
test/permutations.test
test/window1.test
test/window4.tcl
test/window4.test