Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabled autocommit by default for pooled Oracle connections
The JDBC specification says that connections are expected to be in autocommit mode by default. Oracle's UCP connection pool doesn't reset the autocommit state when reusing an already created connection. So we explicitly enable autocommit for any connection returned from the pool to match the JDBC specification.
- Loading branch information