Re: autocommit trouble with jdbc on Postgres 7.4

From: pginfo <pginfo(at)t1(dot)unisoftbg(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Bob Cart <bob(at)cartdev(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: autocommit trouble with jdbc on Postgres 7.4
Date: 2003-12-02 06:05:32
Message-ID: 3FCC2BAC.8E056BEB@t1.unisoftbg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.

regards,
ivan.

> So.. upgrade your driver and try again. Copying the new driver jar over and
> restarting seemed to be sufficient for the app to pick it up.
>
> -O
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2003-12-02 06:23:21 patch: PSQLException cleanups & exception chaining
Previous Message ListMan 2003-12-02 03:04:46 Re: Problem with PGStatement.getLastOID()