mirror of
https://github.com/apache/nifi.git
synced 2025-02-10 03:55:22 +00:00
63f55d05b4
making the database session autocommit value a configurable property adding custom validation to PutSQL processor so as to disallow 'supports transaction' and 'rollback on failure' to be true when the autocommit value has been set to true fixing some style issues to conform to standards This closes #3113. Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>