summaryrefslogtreecommitdiff
path: root/tests/expressions_window
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31060 -- Reallowed window expressions to be used in conditions outside...Alex Aktsipetrov2019-12-061-2/+18
* Relaxed some query ordering assertions in tests.Tim Graham2019-11-181-1/+1
* Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of sour...aaktsipetrov2019-08-021-2/+12
* Fixed NonQueryWindowTests.test_unsupported_backend() on MySQL.Mariusz Felisiak2019-05-031-6/+8
* Fixed #29619 -- Added field names to some FieldErrors.Hasan Ramezani2019-02-141-2/+10
* Refs #26608 -- Added a database feature for fixed frame range distance support.Simon Charette2019-02-091-2/+1
* Fixed #30027 -- Errored out on Window function usage if unsupported.Simon Charette2019-02-091-1/+7
* Refs #30027 -- Enabled window function tests on SQLite 3.25+.Simon Charette2019-02-091-0/+5
* Refs #29851 -- Fixed test_subquery_row_range_rank() crash on MariaDB 10.2+.Mariusz Felisiak2019-01-031-9/+9
* Fixed #29851 -- Fixed crash of annotations with window expressions in Subquery.Mariusz Felisiak2018-12-271-1/+30
* Fixed #29847 -- Ensured proper ordering in queries.Florian Apolloner2018-10-211-14/+4
* Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes2018-07-302-27/+40
* Fixed #29172 -- Fixed crash with Window expression in a subquery.Tomáš Ehrlich2018-03-011-0/+13
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-183-0/+794