JDBC Connection's setAutocommit() should call implicit commit()
Hello,
The method "Connection.setAutoCommit(boolean autoCommit)" should call an
implicit commit(), as noted in the documentation:
- NOTE: If this method is called during a transaction and the
- auto-commit mode is changed, the transaction is committed.
I think this implicit commit()-call should be added to maxdb's
jdbc-driver within this method. (In my example it seems that this
implicit commit() was not called but the transaction was rolled back.)
Best regards,
Gabriel
--
MaxDB Discussion Mailing List
For list archives:
http://lists.mysql.com/maxdb
To unsubscribe:
http://lists.mysql.com/maxdb?unsub=lists@pantek.com
Received on Tue Oct 2 08:24:31 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 07 2007 - 10:14:39 EDT
|