Changes between Initial Version and Version 3 of Ticket #32116


Ignore:
Timestamp:
Oct 18, 2020, 1:34:01 PM (4 years ago)
Author:
Hannes Ljungberg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32116

    • Property Has patch set
    • Property Summary EmptyQuerySet union with a single other queryset results in DatabaseErrorEmptyQuerySet union with a single other queryset and order by results in DatabaseError
  • Ticket #32116 – Description

    initial v3  
    88}}}
    99
    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:
     10If `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:
    1111
    1212{{{
Back to Top