Re: getTransactionIsolation() causes SQLException - unrecognized

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: getTransactionIsolation() causes SQLException - unrecognized
Дата
Msg-id Pine.BSO.4.56.0504041846560.22117@leary.csoft.net
обсуждение исходный текст
Ответ на getTransactionIsolation() causes SQLException - unrecognized configuration parameter xactisolevel  (Paul Marchant <pmarchant@gmail.com>)
Список pgsql-jdbc

On Mon, 4 Apr 2005, Paul Marchant wrote:

> Setup: Postgres 8.0.1 & postgresql-8.0-310.jdbc3.jar
>
>     con = DriverManager.getConnection(url, p);
>     System.out.println("con.getTransactionIsolation() = " +
> con.getTransactionIsolation());
>     con.close();
>
> Produces this:
> ---------------------
> java.sql.SQLException: ERROR:  unrecognized configuration parameter
> "xactisolevel"

What's the complete stacktrace for this error?  I'm not convinced it is a
JDBC driver problem.


Kris Jurka

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

Предыдущее
От: "Benjamin W. Fisher"
Дата:
Сообщение: JBuilder Question
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: getTransactionIsolation() causes SQLException - unrecognized