Re: Result Set Cursor Patch

Поиск
Список
Период
Сортировка
От Andy Zeneski
Тема Re: Result Set Cursor Patch
Дата
Msg-id CDF53B82-9AC2-11D8-A094-000A95DA1A7C@ofbiz.org
обсуждение исходный текст
Ответ на Re: Result Set Cursor Patch  (Kris Jurka <books@ejurka.com>)
Ответы Re: Result Set Cursor Patch
Список pgsql-jdbc
We are talking about concurrency right, not scroll type. The problem
will be not when the result set is scrollable, but rather then the
concurrency is updatable. Is this correct? If so, I have this fixed, I
am adding some test cases now and will send over a new patch.

-Andy

On Apr 30, 2004, at 12:18 PM, Kris Jurka wrote:

>
>
> You didn't, but before a scrollable updateable resultset would fetch
> all
> the rows so it could manipulate them.  With a cursor based method you
> will
> be discarding the changes when moving to a new block and when
> refetching
> you won't see them because the cursor won't pick up the changes.  The
> scrollable updateable case must fall back to fetching all rows instead
> of
> throwing an exception because so many people are already using it.
>
> Kris Jurka

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Result Set Cursor Patch
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Result Set Cursor Patch