Re: AGAIN: still no answer ... peter, or anybody knowledgeable, please ....

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Mark Rosa <rosa(at)etekt(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: AGAIN: still no answer ... peter, or anybody knowledgeable, please ....
Date: 2001-05-12 20:45:44
Message-ID: 200105122045.f4CKji008334@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> 2. on line 291 peter wrote
> if (result != null && ((org.postgresql.ResultSet)result.reallyResultSet())
> instead of
> if (result != null && ((org.postgresql.ResultSet)result).reallyResultSet())

This fix will appear in 7.1.2 when it is released.

--
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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2001-05-12 21:38:39 Re: Re: [HACKERS] Outstanding patches
Previous Message Dave Cramer 2001-05-12 19:27:41 Re: Displaying/Pulling Images using JDBC ...