Skip to main content

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

PersistenceUnitProperties: consider allowing both "short" names ("Hermes" )and full class parser names - the pattern used by TARGET_DATABASE, TARGET_SERVER etc;

FromSubSelectQuery:
"// Each item that is a function must have an alias defined for it"
What this kind of query look like (say, the one from the test added to ExpressionSubSelectTestSuite)?


On 4/23/2012 9:46 AM, James Sutherland wrote:
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.



_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top