]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Support some "ROWS BETWEEN N PRECEDING AND M FOLLOWING" window functions without...
authordan <dan@noemail.net>
Mon, 4 Mar 2019 21:07:11 +0000 (21:07 +0000)
committerdan <dan@noemail.net>
Mon, 4 Mar 2019 21:07:11 +0000 (21:07 +0000)
commit680f6e8e2e4ae427baf48a05d3d41e53dd066c50
tree457d222947fb8591a34aa79e1dc22eeb00bb0955
parente7c9ca41b2ee07683cbb4de57b996ad66a572379
Support some "ROWS BETWEEN N PRECEDING AND M FOLLOWING" window functions without caching entire partitions.

FossilOrigin-Name: e7a91f12282afb5d5d7d78397a11d18e0268ee0c931d85e21fce00d13929494e
manifest
manifest.uuid
src/sqliteInt.h
src/window.c
test/pg_common.tcl
test/window7.tcl [new file with mode: 0644]
test/window7.test [new file with mode: 0644]
test/windowerr.tcl [new file with mode: 0644]
test/windowerr.test [new file with mode: 0644]