Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
See the title. JdbcConnection::setAutoCommit() is likely to be frequently invoked in many JDBC-based applications without special purpose. So, the current implementation that throws an SQLFeatureNotSupportedException causes errors in many applications.
This patch removes the exception and instead adds log message.