Re: setFetchSize() [Viruschecked] - Mailing list pgsql-jdbc

From Patric Bechtel
Subject Re: setFetchSize() [Viruschecked]
Date
Msg-id 20030717175742.43793CCA99@svr1.postgresql.org
Whole thread Raw
In response to Re: setFetchSize()  (Dmitry Tkach <dmitry@openratings.com>)
List 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
autocommitoff 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
usethe 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-----



pgsql-jdbc by date:

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