Tamas Palfy created NIFI-8027:
---------------------------------
Summary: Allow semicolons in SQL Pre-Query statements
Key: NIFI-8027
URL: https://issues.apache.org/jira/browse/NIFI-8027
Project: Apache NiFi
Issue Type: Improvement
Reporter: Tamas Palfy
Certain session-wide settings require complex statements that contain
semicolons.
AbstractExecuteSQL.SQL_PRE_QUERY however uses semicolons as a delimiter for
multiple statements.
We could add the option to escape semicolons which then won't be considered a
closing of a statement.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)