Обсуждение: Postgres 7.4.1 JDBC Question

Поиск
Список
Период
Сортировка

Postgres 7.4.1 JDBC Question

От
"David Price"
Дата:
Hello,

I have just upgraded from Postgres 7.3.4 to 7.4.1 but the JDBC driver for
7.4.1 does not appear to implement ResultSet.getFetchSize().  Is there a
patch to add this functionallity?  If not, is this going to be supported in
future releases?

Thx



Re: Postgres 7.4.1 JDBC Question

От
Oliver Jowett
Дата:
David Price wrote:
> Hello,
>
> I have just upgraded from Postgres 7.3.4 to 7.4.1 but the JDBC driver for
> 7.4.1 does not appear to implement ResultSet.getFetchSize().

How did you come to this conclusion? What behaviour are you expecting?
getFetchSize() has always done something AFAIK (although the details of
how it worked did change).

-O