Re: Are there any compatibility problem with using pg74jdbc3.jar with Postgres 7.3?

From: "Olivier Hubaut" <olivier(at)scmbb(dot)ulb(dot)ac(dot)be>
To: "Clark Kent" <cak0251(at)yahoo(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Are there any compatibility problem with using pg74jdbc3.jar with Postgres 7.3?
Date: 2004-05-24 11:13:25
Message-ID: opr8h6wnlf94ope3@olivier.amaze.ulb.ac.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 14 May 2004 13:58:16 -0700 (PDT), Clark Kent <cak0251(at)yahoo(dot)com>
wrote:

> We are trying to using pg74jdbc3.jar with postgres 7.3. This is being
> done since the new driver has some needed features, and we don't want to
> change the database version. It seems to "mostly" work. (The driver
> seems to be throwing exception for every insert/update that is done, but
> the operation seems to be working correctly) Are there any
> compatibility problems that we should be worried about?

With pg 7.4, the autocommit has changed place from server to client side.
So this could be the reason of the exception you get.

--
Downloading signature ... 99%
*CRC FAILED*
signature aborted

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message tyagel 2004-05-24 13:23:10 Arrays and JDBC :: setObject causes array_in Need to specify dimension
Previous Message Kris Jurka 2004-05-24 06:47:36 Re: patch: streaming of bytea parameter values