Re: revisiting transaction isolation

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: revisiting transaction isolation
Дата
Msg-id Pine.BSO.4.56.0407270020030.4526@leary.csoft.net
обсуждение исходный текст
Ответ на Re: revisiting transaction isolation  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc

On Tue, 20 Jul 2004, Oliver Jowett wrote:

> Oliver Jowett wrote:
>
> > A quick skim of AbstractJdbc2Connection turns up these methods as
> > candidates for ignoring autocommit:
> >
> >  - getTransactionIsolation()
> >  - getPGType (both versions) on a cache miss
> >
> > It seems reasonable to suppress BEGINs for both of those cases. I can
> > put together a patch to do that. I'll leave the metadata queries alone
> > for the moment.
>

Applied.

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

Предыдущее
От: smota
Дата:
Сообщение: Re: Charset problem on WHERE clause
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: patch: ensure testdbencoding test table is dropped