Re: implementation of Statement.executeQuery()

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: implementation of Statement.executeQuery()
Дата
Msg-id Pine.LNX.4.33.0401192015320.22482-100000@leary.csoft.net
обсуждение исходный текст
Ответ на Re: implementation of Statement.executeQuery()  (Oliver Jowett <oliver@opencloud.com>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: implementation of Statement.executeQuery()
Следующее
От: Kris Jurka
Дата:
Сообщение: JDBC Driver moved to gborg.