Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#350597 - FROM sub-selects

SVN trunk commit: Bug#350597 - FROM sub-selects

 

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

 

Code review: Andrei (pending)

 

Changes:

-          Added core test for FROM sub-selects with aggregation functions.

-          Excluded union tests from Sybase as it does not support intersect.

-          Renamed _expression_ as to treat (deprecated as(Class)).

-          Added as(String) _expression_ support for SQL SELECT AS option.

-          Fixed FromAliasExpression to work with functions.

-          Fixed FromSubSelectExpression normalize to use AS for functions.

-          Added TableExpression to allow TABLE operator.


Back to the top