django/tests/db_functions/comparison
Simon Charette b30c0081d4 Refs #27412 -- Confirmed support for executing Coalesce(subquery).
This has been supported for subqueries wrapped in Subquery since the expression
was introduced and for Queryset directly since Subquery resolves to sql.Query.

Piggy-backed on the existing tests covering Coalesce handling of EmptyResultSet
as it seemed like a proper location to combine testing.
2022-08-24 12:30:47 +02:00
..
__init__.py
test_cast.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_coalesce.py Refs #27412 -- Confirmed support for executing Coalesce(subquery). 2022-08-24 12:30:47 +02:00
test_collate.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_greatest.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_json_object.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_least.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_nullif.py Relaxed some query ordering assertions in various tests. 2022-04-14 12:12:13 +02:00