Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/windowfault.test
2019-08-20
| ||
14:43 | Fix a segfault that could occur following an OOM while processing a SELECT statement for which one or more of the expressions in the window frame declaration are themselves sub-selects that use window functions. file: [a90b3978] check-in: [75aec4fc] user: dan branch: trunk, size: 5862 | |
2019-07-09
| ||
12:03 | Fix a test script problem in windowfault.test. file: [403693d7] check-in: [47010bf1] user: dan branch: trunk, size: 5476 | |
2019-03-30
| ||
17:07 | Add an extra IO-error test to windowfault.test. file: [16e906a2] check-in: [5b8c44cd] user: dan branch: trunk, size: 5433 | |
2019-03-18
| ||
18:55 | Always evaluate window functions using the alternative path usually only used by EXCLUDE frames if the SQLITE_QueryFlattener test flag is set. file: [cb27a4d8] check-in: [2879a691] user: dan branch: window-functions, size: 3952 | |
2018-11-07
| ||
02:17 | Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. file: [12ceb6bb] check-in: [3212733c] user: drh branch: read-only-shadow, size: 3951 | |
2018-07-09
| ||
18:11 | Add a couple of OOM tests. file: [23abad97] check-in: [50de2a0d] user: dan branch: trunk, size: 3952 | |
2018-07-06
| ||
13:25 | Remove some bad assert() statements from the implementations of window functions percent_rank() and cume_dist(). file: [a44baa1b] check-in: [443f0c28] user: dan branch: trunk, size: 3439 | |
2018-06-22
| ||
20:51 | Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC. file: [97d5fc40] check-in: [5f04b016] user: dan branch: exp-window-functions, size: 3213 | |
17:57 | Merge latest trunk changes. file: [9ca8fb3b] check-in: [ebe65b23] user: dan branch: exp-window-functions, size: 3164 | |
2018-06-20
| ||
09:23 | Add tests to improve coverage of code in window.c. Fix a problem with "SELECT row_number() OVER ()". file: [a3f239a7] check-in: [f41b6b73] user: dan branch: exp-window-functions, size: 2917 | |
2018-06-15
| ||
20:46 | Add extra OOM test. file: [7d3655fc] check-in: [ac251f72] user: dan branch: exp-window-functions, size: 1616 | |
19:01 | Fix another problem in lead()/lag(). And some errors that could occur following OOM faults. file: [bca3b1f1] check-in: [fadd4dc1] user: dan branch: exp-window-functions, size: 1324 Added | |