You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2022/12/15 13:57:00 UTC

[jira] [Created] (IGNITE-18422) Sql. Match number of dynamic parameters with given parameters

Yury Gerzhedovich created IGNITE-18422:
------------------------------------------

             Summary: Sql. Match number of dynamic parameters with given parameters
                 Key: IGNITE-18422
                 URL: https://issues.apache.org/jira/browse/IGNITE-18422
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Yury Gerzhedovich


User can run SQL query with dynamic parameter and forget to pass the parameters, or pass wrong number of parameters. Need to check it on validation stage and rise properly error.

As example:
{code:java}
assertQuery("SELECT COALESCE(?, ?)").withParams("a").returns("a").check(); {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)