django1/django/db/models/sql
Simon Charette 3ba7f2e906
Refs #28333 -- Explicitly ordered outer qualify query on window filtering.
While most backends will propagate derived table ordering as long as
the outer query doesn't perform additional processing the SQL specs
doesn't explicitly state the ordering must be maintained.
2022-09-15 19:27:32 +02:00
..
__init__.py Fixed #29865 -- Added logical XOR support for Q() and querysets. 2022-03-04 12:55:37 +01:00
compiler.py Refs #28333 -- Explicitly ordered outer qualify query on window filtering. 2022-09-15 19:27:32 +02:00
constants.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
datastructures.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
query.py Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and alias(). 2022-09-09 08:37:46 +02:00
subqueries.py Fixed #33618 -- Fixed MTI updates outside of primary key chain. 2022-04-07 07:54:56 +02:00
where.py Refs #28333 -- Added partial support for filtering against window functions. 2022-08-15 08:26:26 +02:00