Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
PutSQL Commits even when autoCommit is true. Some drivers like RedShift raise an exception and the JDBC Spec allows for an exception here. Recommend we check to see if autoCommit is true before calling commit.
https://docs.oracle.com/javase/7/docs/api/java/sql/Connection.html#commit()
Attachments
Issue Links
- links to