Re: setAutoCommit(false)

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: setAutoCommit(false)
Дата
Msg-id Pine.BSO.4.56.0405120501580.5292@leary.csoft.net
обсуждение исходный текст
Ответ на setAutoCommit(false)  (Andy Jefferson <andy_jefferson@yahoo.com>)
Ответы Re: setAutoCommit(false)
Список pgsql-jdbc

On Wed, 12 May 2004, [iso-8859-1] Andy Jefferson wrote:

> I do however have a user saying that he is using latest PostgreSQL
> (postgresql 7.4.2 with pg74.213.jdbc3 is what he told me) and our call
> to setAutoCommit(false) apparently returns
>
> java.sql.SQLException: ERROR: SET AUTOCOMMIT TO OFF is no longer
> supported
>
> at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:131)

The user is not using a 7.4 series JDBC driver.  They likely have the 7.3
driver hidden somewhere in their classpath which is being used.  This
error and associated stack trace are not from a 7.4 driver.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Andy Jefferson
Дата:
Сообщение: setAutoCommit(false)
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: setAutoCommit(false)