[jira] [Created] (IGNITE-5749) SQL: add ANY condition support.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-5749) SQL: add ANY condition support.

Anton Vinogradov (Jira)
Andrew Mashenkov created IGNITE-5749:
----------------------------------------

             Summary: SQL: add ANY condition support.
                 Key: IGNITE-5749
                 URL: https://issues.apache.org/jira/browse/IGNITE-5749
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Andrew Mashenkov
             Fix For: 2.2


H2 supports ALL,ANY,SOME (same as ANY) conditions.
Ignite seems supports ANY condition as well and rewrite it with IN condition.
But using ALL condition results with a error.

Seems, we can add support of ALL condition for queries with collocated flag without serious changes in code.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)