Changes between Initial Version and Version 1 of Ticket #28919, comment 24


Ignore:
Timestamp:
May 26, 2020, 10:12:23 PM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28919, comment 24

    initial v1  
    11I wonder if this isn't a feature we can combine with the request for adding `QuerySet.alias` (#27719).
    22
    3 Adding a `QuerySet` alias would result in a CTE and could then be easily pruned if the queryset drops all references to this alias.
     3Adding an alias to a `QuerySet` expression would result in a CTE and could then be easily pruned if the queryset drops all references to this alias.
Back to Top