Re: autocommit trouble with jdbc on Postgres 7.4 - Mailing list pgsql-jdbc

From pginfo
Subject Re: autocommit trouble with jdbc on Postgres 7.4
Date
Msg-id 3FCC3160.A7173087@t1.unisoftbg.com
Whole thread Raw
In response to autocommit trouble with jdbc on Postgres 7.4  (Bob Cart <bob@cartdev.com>)
List pgsql-jdbc

Oliver Jowett wrote:

> On Tue, Dec 02, 2003 at 07:05:32AM +0100, pginfo wrote:
> >
> >
> > Oliver Jowett wrote:
> >
> > > On Sun, Nov 30, 2003 at 06:53:24PM -0800, Bob Cart wrote:
> > >
> > > [...]
> > >
> > > > Some brave soul out there needs to dig into that part of the driver
> > > > code to see what's up. Go for it Oliver!
> > >
> > > Ok. After some digging, the postgresql driver shipped with the app is fairly
> > > old (at least 6 months) and includes code that makes server-side autocommit
> > > reflect jdbc-side autocommit. This doesn't work on a 7.4 server.
> > >
> > > Using the 7.4 stable CVS driver everything appears to behave correctly.
> > >
> >
> > Exist any compiled version for this driver ready for download?It is realy
> > problem.
> > We also have many systems running old code.
>
> The 7.4 "development" drivers at http://jdbc.postgresql.org/ appear to be
> recent enough (although the 7.3 "stable" drivers aren't), or you can build
> from the code in the 7.4.0 release (./configure --with-java) if you want to
> build them yourself but not from CVS.
>

Thanks,it is not marked as stable, but I will try to use it.
regards,
ivan.

> -O




pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: autocommit trouble with jdbc on Postgres 7.4
Next
From: Oliver Jowett
Date:
Subject: patch: add get/setPrepareThreshold to PGStatement, PGConnection, datasources