Menu

#49 Log warning if JDBC connections is closed without commitI

1.6
closed
JDBC (1)
3
2016-08-16
2016-08-06
No

Normally auto-commit is on if you open a JDBC Connection. But you can switch it off. If you start then an update command and close the connection afterwards your update is lost if you do not call the commit() method.

In case of the use of the ProxyDriver and ProxyConnection it should be possible to warn the developer if he forgot the commit.

Discussion

  • Oliver Boehm

    Oliver Boehm - 2016-08-16
    • status: open --> closed
    • Group: Next_Release --> 1.6
     
  • Oliver Boehm

    Oliver Boehm - 2016-08-16

    closed with 1.6.3

     
MongoDB Logo MongoDB