Re: idle in transaction problem

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Oilid Adsi <Oilid(dot)Adsi(at)freenet-ag(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: idle in transaction problem
Date: 2007-04-24 12:34:30
Message-ID: 462DF956.7080305@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2007-04-24 12:37:42 Re: idle in transaction problem
Previous Message Oilid Adsi 2007-04-24 11:56:51 idle in transaction problem