SQLite

Check-in [c155125fd5]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add support for chaining of WINDOW definitions.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | window-functions
Files: files | file ages | folders
SHA3-256: c155125fd5dddb438c09d40f5137c47d88defb7a6ede4261f09d7bdaad250d37
User & Date: dan 2019-02-16 17:27:51.404
Context
2019-03-04
21:07
Support some "ROWS BETWEEN N PRECEDING AND M FOLLOWING" window functions without caching entire partitions. (check-in: e7a91f1228 user: dan tags: window-functions)
2019-02-16
17:27
Add support for chaining of WINDOW definitions. (check-in: c155125fd5 user: dan tags: window-functions)
2019-02-14
15:27
Improved oversized cell detection when updating ptrmap pages in balance_nonroot(). (check-in: aa61435a4c user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/parse.y.
Changes to src/sqliteInt.h.
Changes to src/window.c.
Changes to test/window1.test.
Changes to test/window3.tcl.
Changes to test/window3.test.