The autocommit property removed from JDBC Query and Queries tasks
Available on: Open Source EditionEnterprise Edition
Release: 0.23.0
Overview
The autocommit
property has been removed from both the Query and Queries tasks in the JDBC plugin.
Reason for change
The Query
task executes a single statement and does not support multi-step transactions; autocommit is not relevant. The Queries task
processes all contained queries within a single transaction by default; autocommit has no effect.
Impact
The autocommit
property is no longer configurable in either task. You must remove any usage of the autocommit
property in your existing flows, as using it will raise an error.
Was this page helpful?