Changes between Initial Version and Version 1 of Ticket #34972, comment 2


Ignore:
Timestamp:
Nov 17, 2023, 12:22:42 AM (10 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34972, comment 2

    initial v1  
    77To return `{"random_aggregate": 0}`.
    88
    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.
     9The 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.
Back to Top