You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/04 05:32:36 UTC

[GitHub] [nifi] lfrancke edited a comment on issue #3405: NIFI-6185: ListDatabaseTables processor doesn't close ResultSets

lfrancke edited a comment on issue #3405: NIFI-6185: ListDatabaseTables processor doesn't close ResultSets
URL: https://github.com/apache/nifi/pull/3405#issuecomment-479756209
 
 
   Thank you for the quick turnaround @ijokarumawak 
   
   I didn't look at all processors but AbstractExecuteSQL does close ResultSets implicitly via `hasResults = st.getMoreResults(Statement.CLOSE_CURRENT_RESULT);`
   
   https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AbstractExecuteSQL.java#L352

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services