Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN trunk commit: Bug#312146 - ON clause JPQL support

SVN trunk commit: Bug#312146 - ON clause JPQL support

 

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

 

This adds initial support for ON clause in JPQL using the Hermes parser.

Still require support for joining independent objects through ON.

 

Changes:

-          Append join _expression_ from ON when processing joins in AbstractReadAllQueryVisitor.

-          Fixed unsupported error messages in _expression_ for joins.

-          Fixed PessimisticLockingExtendedScopeTestSuite to defer SQLServer tests correctly in test, not when building suite, as platform may not be set yet and can cause errors in testing tool.

-          Added ON clause tests to JUnitJPQLComplexTestSuite and JUnitJPQLValidationTestSuite.

-          Fixed typo in HavingClause.

-          Added onClause to Join

-          Added OnClause, BNF and Factory to Hermes parser.

 


Back to the top