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();
}