Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
H2 supports ALL,ANY,SOME (same as ANY) conditions.
Ignite seems supports ANY condition and rewrite it to IN condition.
But using ALL condition results with an error.
Seems, we can add support of ALL condition for queries with collocated flag without serious changes in code.