Re: JDBC problem/question

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: JDBC problem/question
Date: 2004-05-10 04:19:03
Message-ID: 200405100419.i4A4J3c07602@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Thomas Kellerer wrote:
> Hello,
>
> I'm trying out the current Win32 dev build (thanks a bunch for making it
> available as a binary!) with the current development JDBC driver. When I
> connect to my database and call setAutocommit(false) I get an error message:
>
> SET AUTOCOMMIT TO OFF is no longer supported
>
> This also happens with the 7.4 JDBC driver.
>
> Is this a problem with the Win32 build, or is autocommit off really no
> longer supported (which I cannot believe)?

Autocommit has been moved out of the server into the client interfaces
like jdbc and psql. I thinnk a newer jdbc driver will fix this.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andrew Dunstan 2004-05-10 07:17:46 Re: mingw configure failure detection
Previous Message Laurent Ballester 2004-05-09 22:21:13 Re: Postmaster service code