Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 305713 checked into trunk

Bug 305713 - OuterJoinExpressionHolder linearization order can be incorrect during ansi joins

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

SQLSelectStatement modified to change the sorting of OuterJoinExpressionHolders in order to provide correct ordering for nested outer joins.

Review & Contributions: Tom Ware, Andrei Ilitchev

Tests: LRG + JPA FullRegressionTestSuite
New tests: testOuterJoinSortingWithOneToOneJoins in JoinedAttributeAdvancedJunitTest


Back to the top