You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Debreceni (Jira)" <ji...@apache.org> on 2022/11/30 12:19:00 UTC

[jira] [Created] (MINIFICPP-2001) In SQL processors fail flowfiles with more than required arguments

Adam Debreceni created MINIFICPP-2001:
-----------------------------------------

             Summary: In SQL processors fail flowfiles with more than required arguments
                 Key: MINIFICPP-2001
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-2001
             Project: Apache NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Adam Debreceni


Currently the used libraries soci, odbc do not give feedback when more arguments are provided than required by the query, e.g. query = `INSERT INTO test VALUES (?);` args = ['1', '2'], we should give either a warning or fail such flowfiles.



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