Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug 397619 checked in

Bug 397619 - SQL generation issue with JPQL querying on a table/entity with subqueries querying on the same table/entity

 

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

 

Changes

-          Duplicate join & normalize in sub-queries if join has been referencing to the parent statement.

-          Added a test case to JUnitJPQLComplexTestSuite.

 

Reviewed By: James Sutherland

 

Core & JPA LRG passed with MySQL & Oracle DB.

 

Fix Checked into EclipseLink 2.5.0. Check-in for 2.4.x pending.

 


Back to the top