Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] patch for Bug 246211 - using inner joins for dotNode in JPQL outside the where clause filters out null results

Checked into main:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=246211\
JPQL queries with "Select count(a.b.c) from A a" will now use outer joins on expressions outside the where clause to prevent inner joins from filtering out null rows.

Added 3 tests to JUnitJPQLComplexTestSuite

Reviewed by Tom Ware


Back to the top