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.