RE: [DBCP] cpdsadapter needs a Statement implementation

2003-07-06 Thread Tim Anderson
Very cool - thanks for the link. > -Original Message- > From: Serge Knystautas [mailto:[EMAIL PROTECTED] > Sent: Monday, 7 July 2003 2:31 PM > To: Jakarta Commons Developers List > Subject: Re: [DBCP] cpdsadapter needs a Statement implementation > > > Tim An

Re: [DBCP] cpdsadapter needs a Statement implementation

2003-07-06 Thread John McNally
On Sun, 2003-07-06 at 20:51, David Graham wrote: > --- John McNally <[EMAIL PROTECTED]> wrote: > > I recently noticed that the cpdsadapter package needs to be fixed wrt > > the Statement.getConnection() method. It will currently return the > > underlying physical Connection object as opposed to th

Re: [DBCP] cpdsadapter needs a Statement implementation

2003-07-06 Thread Serge Knystautas
Tim Anderson wrote: On the subject of logging, are there any plans to implement SQL traces? I have a hacked copy of dbcp which I used to help track down a deadlock. If there's any interest, I'll clean it up and submit it. I think the sense moving forward is that DBCP will remain only a pooling imp

RE: [DBCP] cpdsadapter needs a Statement implementation

2003-07-06 Thread Tim Anderson
[EMAIL PROTECTED] > Sent: Monday, 7 July 2003 1:51 PM > To: Jakarta Commons Developers List > Subject: Re: [DBCP] cpdsadapter needs a Statement implementation > > > --- John McNally <[EMAIL PROTECTED]> wrote: > > I recently noticed that the cpdsadapter package needs t

Re: [DBCP] cpdsadapter needs a Statement implementation

2003-07-06 Thread David Graham
--- John McNally <[EMAIL PROTECTED]> wrote: > I recently noticed that the cpdsadapter package needs to be fixed wrt > the Statement.getConnection() method. It will currently return the > underlying physical Connection object as opposed to the logical > Connection which was used to create the State

[DBCP] cpdsadapter needs a Statement implementation

2003-07-06 Thread John McNally
I recently noticed that the cpdsadapter package needs to be fixed wrt the Statement.getConnection() method. It will currently return the underlying physical Connection object as opposed to the logical Connection which was used to create the Statement. When first writing cpdsapapter, I determined