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