Changes between Initial Version and Version 1 of Ticket #26434, comment 18
- Timestamp:
- May 16, 2025, 1:26:11 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26434, comment 18
initial v1 7 7 The 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. 8 8 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] .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] on top of the query.