Re: commit problem

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: commit problem
Дата
Msg-id 20121025221048.306920@gmx.com
обсуждение исходный текст
Ответ на commit problem  (John R Pierce <pierce@hogranch.com>)
Список pgsql-jdbc
John R Pierce wrote:

> my developers don't think simple reads ARE a transaction.

Now you've piqued my interest. To run multiple simple selects which
should see a consistent view of the data, wouldn't they expect they
could setTransactionIsolation() to TRANSACTION_REPEATABLE_READ or
TRANSACTION_SERIALIZABLE and setAutoCommit() false to see a stable
view of the data?  How would they say they were done with that view
and wanted a fresh one for the next batch of SELECT statements?

-Kevin


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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: commit problem
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: commit problem