/ Changes On Branch window-functions
Login

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

Changes In Branch window-functions Excluding Merge-Ins

This is equivalent to a diff from cbb7e60272 to 9aca86f983

2019-03-26
13:08
Add support for new window functions related features - GROUPS frames, RANGE frames with logical start and end points, the EXCLUDE clause and window chaining. (check-in: c6da39115d user: dan tags: trunk)
2019-03-22
13:56
Fix a problem with a window function in a correlated sub-query where at least one reference to the outer SELECT appears in a FROM clause sub-select. (Closed-Leaf check-in: 9aca86f983 user: dan tags: window-functions)
2019-03-21
13:51
Remove assert() statements based on the counter-factual proposition that 0 is not a valid cursor number. (check-in: c7b336181a user: dan tags: window-functions)
2019-03-19
11:35
Tweak the tool/cg_anno.tcl script so that it can run on systems without /usr/bin/tclsh. (check-in: a026189aa4 user: dan tags: trunk)
11:17
Update this branch with latest trunk changes. (check-in: 98cc265987 user: dan tags: window-functions)
09:57
Add a LICENSE.md, containing the text of the blessing. (check-in: cbb7e60272 user: drh tags: trunk)
2019-03-18
15:49
Fix a buffer overread that could occur when running fts5 prefix queries inside a transaction. (check-in: b3fa58dd74 user: dan tags: trunk)

Changes to src/btree.c.

Changes to src/parse.y.

Changes to src/resolve.c.

Changes to src/sqliteInt.h.

Changes to src/vdbe.c.

Changes to src/window.c.

Changes to test/permutations.test.

Changes to test/pg_common.tcl.

Changes to test/window1.test.

Changes to test/window3.tcl.

Changes to test/window3.test.

Changes to test/window4.tcl.

Changes to test/window4.test.

Changes to test/window6.test.

Added test/window7.tcl.

Added test/window7.test.

Added test/window8.tcl.

Added test/window8.test.

Added test/windowerr.tcl.

Added test/windowerr.test.

Changes to test/windowfault.test.

Changes to tool/mkkeywordhash.c.