Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4DFA018D9B for ; Tue, 25 Aug 2015 22:28:47 +0000 (UTC) Received: (qmail 88421 invoked by uid 500); 25 Aug 2015 22:28:47 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 88395 invoked by uid 500); 25 Aug 2015 22:28:47 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 88244 invoked by uid 99); 25 Aug 2015 22:28:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2015 22:28:47 +0000 Date: Tue, 25 Aug 2015 22:28:47 +0000 (UTC) From: "Daniel Barclay (Drill) (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2489) Accessing Connection, Statement, PreparedStatement after they are closed should throw a SQLException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Barclay (Drill) updated DRILL-2489: ------------------------------------------ Assignee: Mehant Baid (was: Daniel Barclay (Drill)) > 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: Mehant Baid > Fix For: 1.2.0 > > > 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)