django1/django/db/models/sql
Mariusz Felisiak 3a941230c8
Fixed #31584 -- Fixed crash when chaining values()/values_list() after Exists() annotation and aggregation on Oracle.
Oracle requires the EXISTS expression to be wrapped in a CASE WHEN in
the GROUP BY clause.

Regression in efa1908f66.
2020-05-14 15:07:08 +02:00
..
__init__.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
compiler.py Fixed #31584 -- Fixed crash when chaining values()/values_list() after Exists() annotation and aggregation on Oracle. 2020-05-14 15:07:08 +02:00
constants.py Fixed #31426 -- Added proper field validation to QuerySet.order_by(). 2020-04-06 10:19:49 +02:00
datastructures.py Removed some outdated backwards compatibility imports and misleading comments. 2019-09-24 15:18:53 +02:00
query.py Fixed #31568 -- Fixed alias reference when aggregating over multiple subqueries. 2020-05-14 09:31:15 +02:00
subqueries.py Fixed #31233 -- Closed database connections and cursors after use. 2020-02-06 15:35:23 +01:00
where.py Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions. 2019-08-17 11:24:35 +02:00