Changes between Initial Version and Version 1 of Ticket #35396, comment 2


Ignore:
Timestamp:
Apr 23, 2024, 8:46:41 AM (5 months ago)
Author:
Gary Chen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35396, comment 2

    initial v1  
    1 >>The real problem here is the ambiguity of what should be done when users filter against non-windowed and windowed expressions at the same time.
     1  The real problem here is the ambiguity of what should be done when users filter against non-windowed and windowed expressions at the same time.
    22
    33I would think the ordering of the filter statements would at least make this clear. The django docs call out that annotation/filter ordering matters, so I'd expect filters before the window annotation to apply to the inner query, and after to apply to the outer query.
Back to Top