Re: idle in transaction problem - Mailing list pgsql-jdbc

From Heikki Linnakangas
Subject Re: idle in transaction problem
Date
Msg-id 462DF956.7080305@enterprisedb.com
Whole thread Raw
In response to idle in transaction problem  ("Oilid Adsi" <Oilid.Adsi@freenet-ag.de>)
List pgsql-jdbc
Oilid Adsi wrote:
> The postgres jdbc debugging shows that the transaction will use BEGIN
> but no COMMIT:

What does your application look like? You're not by calling BEGIN in
your application, are you? Are you calling Connection.commit when you're
done with the query?

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-jdbc by date:

Previous
From: "Oilid Adsi"
Date:
Subject: idle in transaction problem
Next
From: Dave Cramer
Date:
Subject: Re: idle in transaction problem