aboutsummaryrefslogtreecommitdiff
path: root/test/window8.tcl
Commit message (Expand)AuthorAge
* Fix a problem with window functions min() and max() when used with a FILTER c...dan2024-11-14
* Allow aggregate sub-selects within ORDER BY and PARTITION BY clauses of windo...dan2021-05-19
* Fix problems with refering to CTEs from within sub-selects in PARTITION BY or...dan2021-05-17
* Fix handling of NULL, text and blob values in window queries that use "RANGE ...dan2019-09-04
* Add test case to window8.test. Also fix an error in a comment in window.c.dan2019-08-30
* Fix a bug in RANGE window functions that use "ORDER BY <expr> DESC NULLS FIRS...dan2019-08-30
* Fix problems with window frames that use ORDER BY ... NULLS LAST etc.dan2019-08-19
* Fix a couple of problems with "RANGE BETWEEN <expr> PRECEDING AND <expr> PREC...dan2019-04-03
* Add further tests to window8.test.dan2019-03-19
* Fix a problem with EXCLUDE clauses on window frames with no ORDER BY.dan2019-03-19
* Add tests to ensure that the window functions implementation is not generatin...dan2019-03-19
* Update this branch with latest trunk changes.dan2019-03-19
* Fixes for RANGE windows and NULL values.dan2019-03-18
* Fix problems with RANGE windows and string, blob and NULL values.dan2019-03-16
* Implement the EXCLUDE clause for window frames.dan2019-03-15
* Add things to this branch that will be required to support the EXCLUDE clause.dan2019-03-14
* Allow real values to be used in PRECEDING and FOLLOWING expressions for RANGE...dan2019-03-12
* Fix problems with "RANGE ... ORDER BY <expr> DESC" window frames.dan2019-03-11
* Add support for RANGE window frames. Some cases still do not work.dan2019-03-09
* Add simple tests for GROUPS window frames.dan2019-03-08