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


Ignore:
Timestamp:
May 16, 2025, 1:26:11 PM (4 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26434, comment 18

    initial v1  
    77The way things are currently setup the ''not quite correct'' example is wrong as the `order_by("name")` is elided when `count()` is called but not when the full query is materialized.
    88
    9 The example you linked is about aggregate function annotations but [https://dryorm.xterm.info/ticket-26434 you'll notice that the gotcha is not honored when aggregation is used].
     9The example you linked is about aggregate function annotations but [https://dryorm.xterm.info/ticket-26434 you'll notice that the gotcha is not honored when aggregation is used] on top of the query.
Back to Top