-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: sql
-
Labels:
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.