Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/windowfault.test
2021-09-29
| ||
14:14 | [15094c1529] part of check-in [3d148615f9] Add extra tests for the group_concat() fix on this branch. (check-in: [3d148615f9] user: dan branch: group_concat_varsep, size: 8003) | |
2021-04-03
| ||
23:30 | [21919e601f] part of check-in [35ff7cbf54] Improved robustness to OOM conditions in the window function logic. dbsqlfuzz 0c123f7d80b29beaafc8411c12129e46f7ffdac3. (check-in: [35ff7cbf54] user: drh branch: trunk, size: 7001) | |
2021-02-23
| ||
15:36 | [d543d46571] part of check-in [4b089f7011] Further tests for the push-down optimization with window functions. (check-in: [4b089f7011] user: dan branch: window-functions-pushdown, size: 6986) | |
2020-02-20
| ||
14:11 | [72375ae710] part of check-in [14d14eb537] Add test case for previous commit. (check-in: [14d14eb537] user: dan branch: trunk, size: 6514) | |
2019-12-22
| ||
17:32 | [8e3b69abe0] part of check-in [8c856404b4] Ensure sqlite3WindowRewrite() is called on a SELECT statement before any terms aremoved from it as part of IN() clause processing. Fix for [f00d096ca]. (check-in: [8c856404b4] user: dan branch: trunk, size: 6205) | |
2019-08-20
| ||
14:43 | [a90b397837] part of check-in [75aec4fc88] 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. (check-in: [75aec4fc88] user: dan branch: trunk, size: 5862) | |
2019-07-09
| ||
12:03 | [403693d7d9] part of check-in [47010bf17c] Fix a test script problem in windowfault.test. (check-in: [47010bf17c] user: dan branch: trunk, size: 5476) | |
2019-03-30
| ||
17:07 | [16e906a2c4] part of check-in [5b8c44cd39] Add an extra IO-error test to windowfault.test. (check-in: [5b8c44cd39] user: dan branch: trunk, size: 5433) | |
2019-03-18
| ||
18:55 | [cb27a4d8c8] part of check-in [2879a691ac] Always evaluate window functions using the alternative path usually only used by EXCLUDE frames if the SQLITE_QueryFlattener test flag is set. (check-in: [2879a691ac] user: dan branch: window-functions, size: 3952) | |
2018-11-07
| ||
02:17 | [12ceb6bbb3] part of check-in [3212733cb6] Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases so that they work with DEFENSIVE enabled. (check-in: [3212733cb6] user: drh branch: read-only-shadow, size: 3951) | |
2018-07-09
| ||
18:11 | [23abad97b7] part of check-in [50de2a0d2d] Add a couple of OOM tests. (check-in: [50de2a0d2d] user: dan branch: trunk, size: 3952) | |
2018-07-06
| ||
13:25 | [a44baa1b0b] part of check-in [443f0c286f] Remove some bad assert() statements from the implementations of window functions percent_rank() and cume_dist(). (check-in: [443f0c286f] user: dan branch: trunk, size: 3439) | |
2018-06-22
| ||
20:51 | [97d5fc4043] part of check-in [5f04b01646] Omit all window-function related code when building with SQLITE_OMIT_WINDOWFUNC. (check-in: [5f04b01646] user: dan branch: exp-window-functions, size: 3213) | |
17:57 | [9ca8fb3b62] part of check-in [ebe65b2386] Merge latest trunk changes. (check-in: [ebe65b2386] user: dan branch: exp-window-functions, size: 3164) | |
2018-06-20
| ||
09:23 | [a3f239a785] part of check-in [f41b6b7317] Add tests to improve coverage of code in window.c. Fix a problem with "SELECT row_number() OVER ()". (check-in: [f41b6b7317] user: dan branch: exp-window-functions, size: 2917) | |
2018-06-15
| ||
20:46 | [7d3655fcac] part of check-in [ac251f7260] Add extra OOM test. (check-in: [ac251f7260] user: dan branch: exp-window-functions, size: 1616) | |
19:01 | Added: [bca3b1f1ae] part of check-in [fadd4dc119] Fix another problem in lead()/lag(). And some errors that could occur following OOM faults. (check-in: [fadd4dc119] user: dan branch: exp-window-functions, size: 1324) | |