summaryrefslogtreecommitdiff
path: root/tests/expressions_window
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer ...Simon Charette2023-02-271-0/+19
* Refs #28477 -- Reduced complexity of aggregation over qualify queries.Simon Charette2022-11-111-8/+14
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-36/+36
* Refs #28333 -- Fixed NonQueryWindowTests.test_invalid_filter() on databases t...Mariusz Felisiak2022-08-291-14/+14
* Refs #28333 -- Added partial support for filtering against window functions.Simon Charette2022-08-152-30/+287
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-661/+1097
* Fixed #33304 -- Allowed passing string expressions to Window(order_by).Simon Charette2021-11-231-4/+8
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-6/+1
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-271-40/+57
* Refs #32096 -- Added test for window expressions with JSONField key transforms.Mariusz Felisiak2020-10-142-4/+42
* Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.Hasan Ramezani2020-09-232-1/+31
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-3/+0
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-3/+2
* Refs #29095 -- Added test for using QuerySet.count() with window expressions ...Christopher G Johnson2020-01-212-0/+13
* Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED togeth...Tim Graham2020-01-201-7/+7
* 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