Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Ordering generated by expression like Parent.CHILD.count().asc() is formally valid and accepted by the Cayenne stack, but it generates invalid SQL. To be specific, Group By clause is missing in that case.
It doesn't seem important feature but we still should support this ordering, especially this doesn't require much effort in the current translator.