Isolation level support with JDBC

Поиск
Список
Период
Сортировка
От Benoit Foucher
Тема Isolation level support with JDBC
Дата
Msg-id 3754057B.1EE00F02@ooc.com
обсуждение исходный текст
Список pgsql-interfaces
Hi,

Since two different transaction isolation levels are supported
with Postgres 6.5 (READ_COMMITED and SERIALIZABLE), I've added
support for setting and getting isolation level with
the two methods java.sql.Connection.setTransactionIsolation and
java.sql.Connection.getTransactionIsolation.

I'd like to know if my  modifications are correct (I've never
developped such stuff before) and if it could be added to the
jdbc driver sources.

I've attached the patch to this mail.

Thank you!
Regards

Benoit.

--
Benoit Foucher                                      mailto:benoit@ooc.com
Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] Re: interface to NeoWebscript 3.0
Следующее
От: Craig Orsinger
Дата:
Сообщение: RE: [INTERFACES] pgaccess