Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check in: Bug 316144 - CriteriaBuilderImpl Method: and() in conjunction with isNull()/isNotNull() does not work correctly

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

Fixed the checks for disjunction and conjunction to check for a null
CurrentNode intstead of empty expressions

Reviewed by Chris Delahunt

Added tests to JUnitCriteriaUnitTestSuite for AND and OR

Tested with JPA LRG



Back to the top