You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/03/18 00:36:38 UTC

[jira] [Created] (DRILL-2489) Accessing Connection, Statement, PreparedStatement after they are closed should throw a SQLException

Rahul Challapalli created DRILL-2489:
----------------------------------------

             Summary: Accessing Connection, Statement, PreparedStatement after they are closed should throw a SQLException
                 Key: DRILL-2489
                 URL: https://issues.apache.org/jira/browse/DRILL-2489
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - JDBC
            Reporter: Rahul Challapalli
            Assignee: Daniel Barclay (Drill)


git.commit.id.abbrev=7b4c887


According to JDBC spec we should throw a SQLException when we access methods on a closed Connection, Statement, or PreparedStatement. Drill is currently not doing it. 

I can raise multiple JIRA's if the developer wishes to work on them independently



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