Re: implementation of Statement.executeQuery() - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: implementation of Statement.executeQuery()
Date
Msg-id Pine.LNX.4.33.0401192015320.22482-100000@leary.csoft.net
Whole thread Raw
In response to Re: implementation of Statement.executeQuery()  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

On Tue, 20 Jan 2004, Oliver Jowett wrote:
>
> The current driver will automatically use cursors behind the scenes if
> all of these conditions are true:
>
>   4) the statement produces non-scrollable resultsets (actually I think
> currently it'll use cursors for scrollable resultsets, but the resultset
> doesn't actually work correctly).
>
> 4) is a bug; I have a patch pending (maybe applied now?) that works
> around it just by disabling cursors for scrollable resultsets. We need a
> proper fix here.
>

I have applied this patch to the cvs version of the driver on gborg.

Kris Jurka



pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: implementation of Statement.executeQuery()
Next
From: Kris Jurka
Date:
Subject: JDBC Driver moved to gborg.