Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/windowerr.test
2019-07-13
| ||
17:45 | Fix error handling for the case where a window function is passed the wrong number of arguments. file: [a8b75240] check-in: [871796bb] user: dan branch: trunk, size: 3601 | |
2019-04-01
| ||
17:24 | If the library is built with SQLITE_VDBE_COVERAGE defined, have the Tcl tests generate a vdbe coverage report in file testdir/vdbe_coverage.txt. file: [675b5e6d] check-in: [f0ed7146] user: dan branch: trunk, size: 3458 | |
2019-03-28
| ||
16:15 | Prevent aliases of window functions expressions from being used as arguments to aggregate or other window functions. file: [7eb74393] check-in: [1e16d3e8] user: dan branch: trunk, size: 3049 | |
2019-03-18
| ||
21:19 | Add further tests for new window function functionality. file: [7962cf9b] check-in: [1fbddf01] user: dan branch: window-functions, size: 2743 | |
2019-03-09
| ||
20:49 | Add support for RANGE window frames. Some cases still do not work. file: [461bc504] check-in: [ffc32b24] user: dan branch: window-functions, size: 2498 | |
2019-03-04
| ||
21:07 | Support some "ROWS BETWEEN N PRECEDING AND M FOLLOWING" window functions without caching entire partitions. file: [8a38c774] check-in: [e7a91f12] user: dan branch: window-functions, size: 2112 Added | |