Changes between Initial Version and Version 3 of Ticket #32116
- Timestamp:
- Oct 18, 2020, 1:34:01 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32116
- Property Has patch set
- Property Summary EmptyQuerySet union with a single other queryset results in DatabaseError → EmptyQuerySet union with a single other queryset and order by results in DatabaseError
-
Ticket #32116 – Description
initial v3 8 8 }}} 9 9 10 If `len(querysets) == 1` it will result in a pretty weird query throwing a database error , another example recreating this in the test suite:10 If `len(querysets) == 1` it will result in a pretty weird query throwing a database error when both querysets are ordered, another example recreating this in the test suite: 11 11 12 12 {{{