Changes between Initial Version and Version 1 of Ticket #34262, comment 18


Ignore:
Timestamp:
Mar 15, 2025, 3:45:39 PM (3 weeks ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #34262, comment 18

    initial v1  
    33> Question: Is this a good approach? Or should AnyValue() implement over clause?
    44
    5 Given SQLite doesn't support it and the `FirstValue` window-compatible function I think it might be better to set `window_compatible = False` on it for now and revisit in the future if truly needed.
     5Given SQLite doesn't support it and the `FirstValue` window-compatible function can be used instead I think it might be better to set `AnyValue.window_compatible = False` for now and revisit in the future if truly needed.
    66
    77> The filter clause is leveraging the existing filter implementation for expressions. For MySQL, this means it creates CASE() instead of FILTER().
Back to Top