Queries with nested EXIST, ANY or IN clauses now return correct results.
In the previous release, applications that executed SQL statements containing nested EXISTS, ANY or IN clauses could see fewer rows than those satisfying the query. In particular, rows that had the same value for one of the selected columns as another row might not have been returned.
None.
The previous behavior violated the ANSI SQL standard. The new behavior is correct.
Typically none, but applications must handle that the correct results are now returned.