Enforcing CONCUR_*

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Enforcing CONCUR_*
Дата
Msg-id 41F95AB7.3090900@opencloud.com
обсуждение исходный текст
Ответы Re: Enforcing CONCUR_*
Список pgsql-jdbc
I just noticed that CONCUR_READ_ONLY/CONCUR_UPDATEABLE are not enforced
by the driver -- you can update any resultset regardless of the
concurrency setting (assuming it meets the other requirements to be
updateable).

Should we be enforcing that the resultset must be CONCUR_UPDATABLE
before allowing update operations?

-O

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: moveToInsertRow doesn't work when using prepared statements
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Enforcing CONCUR_*