1
0
mirror of https://github.com/django/django.git synced 2025-01-04 07:26:38 +00:00
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
test_coalesce.py Refs #27412 -- Confirmed support for executing Coalesce(subquery). 2022-08-24 12:30:47 +02:00
test_collate.py
test_greatest.py
test_json_object.py
test_least.py
test_nullif.py Relaxed some query ordering assertions in various tests. 2022-04-14 12:12:13 +02:00