aboutsummaryrefslogtreecommitdiff
path: root/test/windowerr.tcl
Commit message (Collapse)AuthorAge
* Fix error handling for the case where a window function is passed the wrong ↵dan2019-07-13
| | | | | number of arguments. FossilOrigin-Name: 871796bb19e61c1282d8ac97a82d8b57bde50f2a2a08004ab53136d77c138df4
* If the library is built with SQLITE_VDBE_COVERAGE defined, have the Tcl ↵dan2019-04-01
| | | | | tests generate a vdbe coverage report in file testdir/vdbe_coverage.txt. FossilOrigin-Name: f0ed714637bf30443d0551d9b6fececa00fc9dfe9669fe720c4598ef71c61e2c
* Prevent aliases of window functions expressions from being used as arguments ↵dan2019-03-28
| | | | | to aggregate or other window functions. FossilOrigin-Name: 1e16d3e8fc60d39ca3899759ff15d355fdd7d3e23b325d8d2b0f954e11ce8dce
* Add further tests for new window function functionality.dan2019-03-18
| | | FossilOrigin-Name: 1fbddf01b1c3fff95b05e2f2f709754e2b514296060b4846518791e7161d9ddb
* Add support for RANGE window frames. Some cases still do not work.dan2019-03-09
| | | FossilOrigin-Name: ffc32b246d92d53c66094afe11950b53ffab6a1c230c602eebbfedafb2eb57f4
* Support some "ROWS BETWEEN N PRECEDING AND M FOLLOWING" window functions ↵dan2019-03-04
without caching entire partitions. FossilOrigin-Name: e7a91f12282afb5d5d7d78397a11d18e0268ee0c931d85e21fce00d13929494e