Changes between Initial Version and Version 1 of Ticket #35396, comment 2
- Timestamp:
- Apr 23, 2024, 8:46:41 AM (7 months ago)
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. 2 2 3 3 I 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.