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)