mirror of
https://github.com/django/django.git
synced 2025-11-17 02:24:22 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_cast.py | ||
| test_coalesce.py | ||
| test_collate.py | ||
| test_greatest.py | ||
| test_json_object.py | ||
| test_least.py | ||
| test_nullif.py | ||