Bug #2071
DataSourceResource not to commit autoCommit connection
Start date:
19.05.2020
Due date:
% Done:
100%
Estimated time:
origin:
Description
as later PSQL drivers complain in that case.
in commit add
if (this.conn.getAutoCommit()) {
logger.warning(this.conn+" was set to autocommit before commit");
} else {
this.conn.commit();
}
Updated by Henning Blohm almost 4 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset z2-base:base|944134e25c7ea6d442619adeba2bf98407428f90.