Re: [JDBC] getObject()

2001-09-24 Thread Dave Cramer
] Subject: Re: [JDBC] getObject() Hi Rene, I am wondering if the driver I am using is outdated (the functionality I am looking for seems to be already implemented, since Aug 24). In fact, I see what you saw about the cache, and looking into it a bit deeper, the cache is effectively updated (at

Re: [JDBC] getObject()

2001-09-24 Thread Antonio Fiol Bonnín
Hi Rene, I am wondering if the driver I am using is outdated (the functionality I am looking for seems to be already implemented, since Aug 24). In fact, I see what you saw about the cache, and looking into it a bit deeper, the cache is effectively updated (at least, on CVS HEAD). Could anyone

Re: [JDBC] getObject()

2001-09-22 Thread Antonio Fiol Bonnín
Rene Pijlman wrote: > On Fri, 21 Sep 2001 17:26:20 +0200, you wrote: > >When looking at the traffic that is going in and out of my machine, I > >see many (a real lot of) times the same request. Something like: > > > >select typname from pg_type where oid = XXX > > > >where XXX is a number (23, 11

Re: [JDBC] getObject()

2001-09-21 Thread Rene Pijlman
On Fri, 21 Sep 2001 17:26:20 +0200, you wrote: >When looking at the traffic that is going in and out of my machine, I >see many (a real lot of) times the same request. Something like: > >select typname from pg_type where oid = XXX > >where XXX is a number (23, 1184, or maybe others) > >As I use th

[JDBC] getObject()

2001-09-21 Thread Antonio Fiol Bonnín
Hi, I have a very poor performance on a slow network. Because of the slow connection... you'll say. Please read more. When looking at the traffic that is going in and out of my machine, I see many (a real lot of) times the same request. Something like: select typname from pg_type where oid = XX