RE: [dbcp] prepared statement caching when connections are closed but connection pool still has connection

2012-07-27 Thread Martin Gainty
uvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 27 Jul 2012 12:53:49 +0100 > From: ma...@apache.org > To: user@commons.apache.org > Subject: Re: [dbcp] prepared statement caching when connections are closed > but connection pool still has connection >

Re: [dbcp] prepared statement caching when connections are closed but connection pool still has connection

2012-07-27 Thread Gary Gregory
Note that if you must use 1.2 you should test with the latest version from that branch which is 1.2.2. We are on 1.4.x for current development. Gary On Jul 25, 2012, at 10:16, Amish Shah wrote: > > Does the DBCP support prepared statement caching in the following condition > 1) connection is op

Re: [dbcp] prepared statement caching when connections are closed but connection pool still has connection

2012-07-27 Thread Mark Thomas
On 25/07/2012 15:01, Amish Shah wrote: > > Does the DBCP support prepared statement caching in the following condition > 1) connection is opened from connection pool > 2) Prepared statement are used > 3) Connection is closed but returned to connection pool > > If we reuse the connection from the