This is an automated email from the ASF dual-hosted git repository.
mattyb149 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 02665d7 NIFI-8092: Fix ITPutS3Object test failure due to Outposts
storage class
add 989287a NIFI-8027 In AbstractExecuteSQL make 'SQL Pre-Query' and 'SQL
Post-Query' properties support escaping semicolons to allow them be part of
statements.
No new revisions were added by this update.
Summary of changes:
.../processors/standard/AbstractExecuteSQL.java | 5 +-
.../standard/TestAbstractExecuteSQL.java | 82 ++++++++++++++++++++++
2 files changed, 86 insertions(+), 1 deletion(-)
create mode 100644
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestAbstractExecuteSQL.java