Re: "Idle in Transaction" revisited.

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: "Idle in Transaction" revisited.
Дата
Msg-id 0e3701c49d19$e8a90230$0200a8c0@hogranch.com
обсуждение исходный текст
Ответ на "Idle in Transaction" revisited.  ("John R Pierce" <pierce@hogranch.com>)
Ответы Re: "Idle in Transaction" revisited.
Список pgsql-jdbc
> Yeah, that's from prematurely issuing BEGIN.  I believe there's a
> solution for this in the most recent JDBC driver versions --- but
> I dunno if it's in any official releases yet.

Its my understanding from reading the prior threads on this that somewhere
after jdbc 213 they moved the initial BEGIN to the first SQL Execute rather
than immediately upon Connection.

When an app does a Commit or Rollback, this generates an END;

After this END; does a new BEGIN happen immediately, or is it postponed
until the next Execute ?



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "Idle in Transaction" revisited.
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: "Idle in Transaction" revisited.