Re: [INTERFACES] Re: JDBC Trouble

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Massimo Luise <maxluise(at)altavista(dot)net>, pgsql-admin(at)postgresql(dot)org, PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] Re: JDBC Trouble
Date: 2001-01-15 20:30:07
Message-ID: 3A635DCF.40AC3B8@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-interfaces

It looks like it is fixed in the current sources. He probably had an
old version.

Bruce Momjian wrote:
>
> We have had a number of fixes in the 7.1 beta JDBC driver. Would you test
> that and let us know if it is still broken. You can get the JAR file
> from the JDBC website at http://www.retep.org.uk.
>
> > Hello to all,
> > I'm writing because i have noticed a problem with the JDBC driver:
> > JDBC specification say that "ResultSet.absolute( 1 )" is equivalent to
> > "ResultSet.first()". With the postgresql jdbc driver this is not true.
> > I suppose that this problem happens because theVector implementation of
> > ResultSet.
> >
> > There is someone that has investigated this problem and can help me ?
> >
> > Thanks to all.
> > Max
> >
> >
> >
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message snef 2001-01-15 22:09:26 date/time
Previous Message Mike Castle 2001-01-15 19:18:26 Re: BAcking up a Postgres Database

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jim Di Crescenzo 2001-01-15 20:33:05 PQexec
Previous Message Joseph Shraibman 2001-01-15 20:14:26 Re: Patch for JDBC timestamp problems