Product Documentation

V11.5 Release Notes

Previous Topic

Next Topic

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.

TOCIndex