Project

General

Profile

Bug #2071

DataSourceResource not to commit autoCommit connection

Added by Henning Blohm almost 4 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
z2-base
Target version:
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();
                      }

#1

Updated by Henning Blohm about 3 years ago

  • Status changed from New to In Progress
#2

Updated by Henning Blohm about 3 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF