Default auto-commit of false is counter-intuitive and undocumented
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BoneCP |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In BoneCP 0.8.0-rc1, it appears that defaultAutoCommit in BoneCPConfig is false. This is the opposite of the documented behavior of JDBC "When a connection is created, it is in auto-commit mode." (from <http://
Note: I discovered this due to an exception being thrown from setReadOnly when called by the ConnectionHandle constructor from recreateConnect
Changed in bonecp: | |
status: | Fix Committed → Fix Released |
Confirmed and fixed.