Re: setFetchSize() [Viruschecked]

From: "Patric Bechtel" <bechtel(at)ipcon(dot)de>
To: "Dmitry Tkach" <dmitry(at)openratings(dot)com>, "Felipe Schnack" <felipes(at)ritterdosreis(dot)br>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>, "Rich Cullingford" <rculling(at)sysd(dot)com>
Subject: Re: setFetchSize() [Viruschecked]
Date: 2003-07-17 17:56:05
Message-ID: 20030717175742.43793CCA99@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 17 Jul 2003 13:41:27 -0400, Dmitry Tkach wrote:

>Felipe Schnack wrote:
>
>> Yes, I understand that... that's why I asked why the JDBC driver doesn't automatically use cursos when you have autocommit off and a fetch size
>>
>>
>Because it was never implemented, I suppose...
>Here is what 7.3 code looks like:
>
> public void setFetchSize(int rows) throws SQLException
> {
> throw org.postgresql.Driver.notImplemented();
> }
>
>:-)
>
>Dima
>

Ohoh, I thought we're talking about CVS driver or the prebuilt binary from jdbc.postgresql.org, at least. Please, DON'T use the 7.3 original driver, it's full of bugs!

Patric

PGP Public Key Fingerprint: 2636 F26E F523 7D62 4377 D206 7C68 06BB

-----BEGIN PGP SIGNATURE-----
Version: PGPsdk version 1.7.1 (C) 1997-1999 Network Associates, Inc. and its affiliated companies.

iQA/AwUBPxbVJnxoBrvMu8qQEQK5RQCgk4ZpJ1CKYD//NW8jHEIzHOxdjDEAoIsp
Mue2hjcsVFFGNsjPjae4LL6U
=5kCL
-----END PGP SIGNATURE-----

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dmitry Tkach 2003-07-17 17:59:17 Re: setFetchSize() [Viruschecked] [Viruschecked]
Previous Message Fernando Nasser 2003-07-17 17:53:55 Re: Fix for using JDK1.2 instead of JDK1.4 method in date/time/timestampToString