Changes between Initial Version and Version 1 of Ticket #34972, comment 2
- Timestamp:
- Nov 17, 2023, 12:22:42 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34972, comment 2
initial v1 7 7 To return `{"random_aggregate": 0}`. 8 8 9 The fact `NotImplemented` is returned here is problematic though and I assume you have some third party apps that interacts with query compilation in a way that does not account for the fact that an aggregate that doesn't implement `empty_result_set_value` from an empty query should be evaluated by the database.9 The fact `NotImplemented` is returned here is problematic though and I assume you have some third party apps that interacts with query compilation in a way that does not account for the fact that an aggregate expression that doesn't implement `empty_result_set_value` from an empty query should be evaluated by the database.