Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/window2.tcl
2019-09-26
| ||
15:53 | Fix a window-functions problem that could occur if an ORDER BY clause contains an alias for a window-function that is not a top-level expression. file: [66db96fd] check-in: [1cc6cf64] user: dan branch: trunk, size: 10550 | |
2019-07-05
| ||
19:10 | Another very small performance improvement. file: [a44834af] check-in: [7a1e30a1] user: dan branch: filter-clause, size: 10205 | |
17:38 | Minor tweak to patch on this branch to reclaim some cycles. file: [a0de5e1e] check-in: [81eed055] user: dan branch: filter-clause, size: 10125 | |
2019-05-10
| ||
14:26 | Treat integer values in window definition ORDER BY clauses as constants, not as references to another expression. file: [0c2918ef] check-in: [7e4809ea] user: dan branch: trunk, size: 10058 | |
2018-06-22
| ||
20:51 | Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC. file: [9bfa842d] check-in: [5f04b016] user: dan branch: exp-window-functions, size: 9915 | |
2018-05-30
| ||
20:44 | Allow min() and max() to be used as window functions. file: [0983de5e] check-in: [c16125a8] user: dan branch: exp-window-functions, size: 9892 | |
2018-05-28
| ||
18:30 | Further window frame tests and fixes. file: [4e051199] check-in: [e74c6e91] user: dan branch: exp-window-functions, size: 12112 | |
2018-05-26
| ||
21:17 | More fixes for different window frame types. file: [fab2f4f2] check-in: [2c85668a] user: dan branch: exp-window-functions, size: 10284 | |
2018-05-25
| ||
20:30 | Fix "RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING" window frame processing. file: [4d0fd12b] check-in: [b4e9c686] user: dan branch: exp-window-functions, size: 7727 | |
09:29 | Fixes for "ROWS BETWEEN <expr> FOLLOWING AND <expr> FOLLOWING" and "ROWS BETWEEN <expr> FOLLOWING AND UNBOUNDED FOLLOWING" file: [fd079901] check-in: [5ac44872] user: dan branch: exp-window-functions, size: 6627 | |
2018-05-24
| ||
21:10 | Allow "<expr> PRECEDING" to be used to specify the end of a window frame. file: [6df00293] check-in: [7b709a98] user: dan branch: exp-window-functions, size: 6047 | |
17:49 | Support other frame types that use "<expr> PRECEDING" or "<expr> FOLLOWING" as start or end conditions. file: [798cfc8b] check-in: [ec7b648c] user: dan branch: exp-window-functions, size: 5353 | |
2018-05-23
| ||
20:55 | Add support for "ROWS BETWEEN <expr> PRECEDING AND <expr> FOLLOWING" window frames. file: [29e9bb16] check-in: [3a203660] user: dan branch: exp-window-functions, size: 4716 | |
2018-05-22
| ||
20:35 | Add comments to window.c describing how other window frames will be implemented. file: [7e0b6929] check-in: [16168146] user: dan branch: exp-window-functions, size: 4057 | |
2018-05-21
| ||
19:45 | Begin adding support for more esoteric window frames. file: [19a7d45c] check-in: [bc4b81d6] user: dan branch: exp-window-functions, size: 3817 | |
2018-05-19
| ||
14:15 | Fix minor problems on this branch. file: [f9df2fde] check-in: [19c2e4b2] user: dan branch: exp-window-functions, size: 3110 Added | |