Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug 294922 - Unable sort by aggregate function value in JPQL

https://bugs.eclipse.org/bugs/show_bug.cgi?id=294922

Fixed AggregateNodes to accept aliases.

Reviewed by Chris Delahunt

Added test to JUnitJPQLComplexAggregateTestSuite

Note prior the the fix, the following JPQL will likely also work-around the issue:


Back to the top