Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)

Поиск
Список
Период
Сортировка
От Bryan Varner
Тема Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)
Дата
Msg-id A2B35D2698B0C74F9B8333525E67ED0136323372@plindyexch02.polarislabs.lan
обсуждение исходный текст
Ответ на Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-jdbc
On 15.03.2013 23:29, Bryan Varner wrote:
> IIRC, the existing pgjdbc implementation
> did not allow for a connection to switch global transactions after
> prepare but before commit or rollback.

It does. After prepare, the connection is in "idle" state, and you can
start a new transaction in it.

That's correct, the issue was that you couldn't commit or rollback a global transaction that was prepared that you
weren'tworking on anymore. 

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)
Следующее
От: Igor Urisman
Дата:
Сообщение: Re: Improper type conversion from smallint to short