Chris Muthig
|
4b977a5d72
Fixed #35444 -- Added generic support for Aggregate.order_by.
|
hace 3 meses |
Simon Charette
|
602fe961e6
Fixed #35665 -- Fixed a crash when passing an empty order_by to Window.
|
hace 7 meses |
Simon Charette
|
e16d0c176e
Fixed #35064 -- Fixed Window(order_by) crash with DecimalFields on SQLite.
|
hace 1 año |
Simon Charette
|
e76cc93b01
Fixed #34987 -- Fixed queryset crash when mixing aggregate and window annotations.
|
hace 1 año |
Sarah Boyce
|
e4d012ca05
Refs #29850 -- Added exclusion support to window frames.
|
hace 1 año |
Sarah Boyce
|
6375cee490
Refs #29850 -- Added RowRange support for positive integer start and negative integer end.
|
hace 1 año |
Simon Charette
|
c67ea79aa9
Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer window expression.
|
hace 2 años |
Simon Charette
|
a9d2d8d1c3
Refs #28477 -- Reduced complexity of aggregation over qualify queries.
|
hace 2 años |
Gregor Gärtner
|
f0c06f8ab7
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().
|
hace 2 años |
Mariusz Felisiak
|
f210de760b
Refs #28333 -- Fixed NonQueryWindowTests.test_invalid_filter() on databases that don't support window expressions.
|
hace 2 años |
Simon Charette
|
f387d024fc
Refs #28333 -- Added partial support for filtering against window functions.
|
hace 2 años |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
hace 3 años |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
hace 3 años |
Simon Charette
|
aec71aaa5b
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
|
hace 3 años |
Hasan Ramezani
|
275dd4ebba
Fixed #32178 -- Allowed database backends to skip tests and mark expected failures.
|
hace 4 años |
Ian Foote
|
8b040e3cbb
Fixed #25534, Fixed #31639 -- Added support for transform references in expressions.
|
hace 4 años |
Mariusz Felisiak
|
7bfdd3b951
Refs #32096 -- Added test for window expressions with JSONField key transforms.
|
hace 4 años |
Hasan Ramezani
|
71d10ca8c9
Fixed #31723 -- Fixed window functions crash with DecimalField on SQLite.
|
hace 4 años |
Nick Pope
|
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
|
hace 5 años |
Christopher G Johnson
|
33ec01caaf
Refs #29095 -- Added test for using QuerySet.count() with window expressions ordered by related fields.
|
hace 5 años |
Tim Graham
|
227d0c7365
Fixed #31183 -- Added a feature flag for "<db> only supports UNBOUNDED together with PRECEDING and FOLLOWING".
|
hace 5 años |
Alex Aktsipetrov
|
bf12273db4
Fixed #31060 -- Reallowed window expressions to be used in conditions outside of queryset filters.
|
hace 5 años |
Tim Graham
|
9100c664db
Relaxed some query ordering assertions in tests.
|
hace 5 años |
aaktsipetrov
|
4edad1ddf6
Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of source expressions is not filterable.
|
hace 5 años |
Mariusz Felisiak
|
8c5649bfb7
Fixed NonQueryWindowTests.test_unsupported_backend() on MySQL.
|
hace 6 años |
Hasan Ramezani
|
741ce81a42
Fixed #29619 -- Added field names to some FieldErrors.
|
hace 6 años |
Simon Charette
|
b8c48d06fa
Refs #26608 -- Added a database feature for fixed frame range distance support.
|
hace 6 años |
Simon Charette
|
64d5bafbc6
Fixed #30027 -- Errored out on Window function usage if unsupported.
|
hace 6 años |
Simon Charette
|
ebd2fe1861
Refs #30027 -- Enabled window function tests on SQLite 3.25+.
|
hace 6 años |
Mariusz Felisiak
|
e49ab72637
Refs #29851 -- Fixed test_subquery_row_range_rank() crash on MariaDB 10.2+.
|
hace 6 años |