Re: [JDBC] problem with new autocommit config parameter

From: Curt Sampson <cjs(at)cynic(dot)net>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [JDBC] problem with new autocommit config parameter
Date: 2002-09-11 01:53:09
Message-ID: Pine.NEB.4.44.0209111052130.23252-100000@angelic.cynic.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

On Tue, 10 Sep 2002, Barry Lind wrote:

> I am waiting for this thread to conclude before deciding exactly what to
> do for the jdbc driver for 7.3. While using the 'set autocommit true'
> syntax is nice when talking to a 7.3 server, the jdbc driver also needs
> to be backwardly compatible with 7.2 and 7.1 servers.

Can you not check the server's version on connect?

It would be ideal if the JDBC driver, without modification, ran
all tests properly against 7.3, 7.2 and 7.1.

cjs
--
Curt Sampson <cjs(at)cynic(dot)net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Curt Sampson 2002-09-11 01:57:51 Re: [JDBC] problem with new autocommit config parameter
Previous Message Curt Sampson 2002-09-11 01:51:41 Re: Script to compute random page cost

Browse pgsql-jdbc by date

  From Date Subject
Next Message Curt Sampson 2002-09-11 01:57:51 Re: [JDBC] problem with new autocommit config parameter
Previous Message Curt Sampson 2002-09-11 01:44:39 Re: problem with new autocommit config parameter and jdbc