You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/05/27 11:30:17 UTC

[jira] [Created] (TAJO-1626) JdbcConnection::setAutoCommit() should not throw an exception.

Hyunsik Choi created TAJO-1626:
----------------------------------

             Summary: JdbcConnection::setAutoCommit() should not throw an exception.
                 Key: TAJO-1626
                 URL: https://issues.apache.org/jira/browse/TAJO-1626
             Project: Tajo
          Issue Type: Improvement
          Components: JDBC
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
            Priority: Trivial
             Fix For: 0.11.0, 0.10.2


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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)