Re: Connection Idle in transaction

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Connection Idle in transaction
Date: 2004-04-09 01:46:41
Message-ID: 40760081.5020903@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Gaetano Mendola wrote:

> AS you can see the JDBC driver must do a begin only before the
> first statement.
>
> Am I missing something ?

This has been something that could be improved for some time now. If we
delay the BEGIN we could also deal with transaction isolation changes
better. Overall, though, it's a pretty minor thing.

Patches are welcome..

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Warren Little 2004-04-09 01:59:23 Re: Connection Idle in transaction
Previous Message David Wall 2004-04-09 01:28:06 Re: Connection Idle in transaction