Diesel allows to mix aggregate and unaggregate expressions via ORDER BY
clauses
#4448
Open
3 tasks done
Labels
ORDER BY
clauses
#4448
Setup
Versions
Feature Flags
postgres
Problem Description
What are you trying to accomplish?
Build a query that uses
ORDER BY
and aggregate functionsWhat is the expected output?
The compilation fails as the query is invalid
What is the actual output?
Compilation succeeds, but the application fails to run the query with the following message:
Steps to reproduce
Run the code above
Checklist
closed if this is not the case)
The text was updated successfully, but these errors were encountered: