Re: revisiting transaction isolation - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: revisiting transaction isolation
Date
Msg-id Pine.BSO.4.56.0407270020030.4526@leary.csoft.net
Whole thread Raw
In response to Re: revisiting transaction isolation  (Oliver Jowett <oliver@opencloud.com>)
List 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 by date:

Previous
From: smota
Date:
Subject: Re: Charset problem on WHERE clause
Next
From: Kris Jurka
Date:
Subject: Re: patch: ensure testdbencoding test table is dropped