[GitHub] nifi pull request #3107: NIFI-5744: Put exception message to attribute while...

2018-11-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/3107 ---

[GitHub] nifi pull request #3107: NIFI-5744: Put exception message to attribute while...

2018-11-17 Thread yjhyjhyjh0
Github user yjhyjhyjh0 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3107#discussion_r234407245 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestExecuteSQLRecord.java ---

[GitHub] nifi pull request #3107: NIFI-5744: Put exception message to attribute while...

2018-11-16 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/3107#discussion_r234310982 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestExecuteSQLRecord.java ---

[GitHub] nifi pull request #3107: NIFI-5744: Put exception message to attribute while...

2018-11-01 Thread yjhyjhyjh0
Github user yjhyjhyjh0 commented on a diff in the pull request: https://github.com/apache/nifi/pull/3107#discussion_r230031051 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteSQL.java --- @@ -83,6

[GitHub] nifi pull request #3107: NIFI-5744: Put exception message to attribute while...

2018-10-25 Thread patricker
Github user patricker commented on a diff in the pull request: https://github.com/apache/nifi/pull/3107#discussion_r228384912 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExecuteSQL.java --- @@ -83,6

[GitHub] nifi pull request #3107: NIFI-5744: Put exception message to attribute while...

2018-10-24 Thread yjhyjhyjh0
GitHub user yjhyjhyjh0 opened a pull request: https://github.com/apache/nifi/pull/3107 NIFI-5744: Put exception message to attribute while ExecuteSQL fail Put exception message to flowfile attribute if exception occur. Add unit test to ExecuteSQL, ExecuteSQLRecord. Update