closing statements when connection is closed

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: closing statements when connection is closed
Date: 2004-02-10 04:16:42
Message-ID: 1076386602.16154.143.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

It would appear from the documentation that we are supposed to clean up
JDBC resources when Connecton.close is called, would this include
statements. We currently don't track them or clean them up?

Opinions ?

--
Dave Cramer
519 939 0336
ICQ # 14675561

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Wall 2004-02-10 04:20:21 Re: closing statements when connection is closed
Previous Message Dave Cramer 2004-02-09 23:52:05 Re: JDBC and intervals