You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2020/12/16 19:58:41 UTC

[nifi] branch main updated (02665d7 -> 989287a)

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