| From: | Kris Jurka <books(at)ejurka(dot)com> |
|---|---|
| To: | Oliver Jowett <oliver(at)opencloud(dot)com> |
| Cc: | Jonathan Gold <jgold(at)panix(dot)com>, <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: implementation of Statement.executeQuery() |
| Date: | 2004-01-20 01:16:47 |
| Message-ID: | Pine.LNX.4.33.0401192015320.22482-100000@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2004-01-20 01:56:32 | JDBC Driver moved to gborg. |
| Previous Message | Oliver Jowett | 2004-01-20 00:59:33 | Re: implementation of Statement.executeQuery() |