V11.5 Release Notes
Query with predicate "X OR EXISTS(Y)" yielded incorrect results
A SQL query with a predicate of the form:
X OR EXISTS (Y)
yielded different results from a query of the following form:
EXISTS(Y) OR X
The logic has been improved to correctly handle this query.