Re: SENSITIVE resultset

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: SENSITIVE resultset
Дата
Msg-id 4E5A3A28-DC3E-4020-8F73-5D2BB258451F@fastcrypt.com
обсуждение исходный текст
Ответ на SENSITIVE resultset  ("Stefano B." <stefano.bonnin@comai.to>)
Список pgsql-jdbc
Stefano,

This is pretty orthogonal to the postgresql MVCC model. Postgresql cursors are not CONCUR_UPDATEABLE by their nature. The driver would have to do quite a bit of work to make this happen for you transparently.

Dave
On 9-Oct-06, at 4:53 AM, Stefano B. wrote:

Hi,
 
I'm trying to use TYPE_SCROLL_SENSITIVE, CONCUR_UPDATABLE cursors but
it seems that I can't see the result set changes made by others.
 
Is it possible use sensitive cursor with the JDBC postgresql driver?
 
thanks in advance.
Stefano
 


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Postgres XA support
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: XA transactions and autocommit