mirror of
https://github.com/django/django.git
synced 2025-11-22 20:16:24 +00:00
While refs #34125 focused on the SQL correctness of slicing of union of potentially empty queries it missed an optimization opportunity to avoid performing a query at all when all queries are empty. Thanks Lucidiot for the report. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_bulk_update.py | ||
| test_contains.py | ||
| test_db_returning.py | ||
| test_explain.py | ||
| test_iterator.py | ||
| test_q.py | ||
| test_qs_combinators.py | ||
| test_query.py | ||
| test_sqlcompiler.py | ||
| tests.py | ||