[ psqlodbc-Bugs-1000457 ] Autocommit and Cancel

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1000457 ] Autocommit and Cancel
Date: 2005-11-30 14:36:42
Message-ID: 20051130143642.5D8051125054@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1000457, was opened at 2005-11-30 14:36
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000457&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Autocommit and Cancel

Initial Comment:
Our application in one thread issued long time SELECT, another thread cancelled this statement. After that first thread tried to issue next SELECT and got error message because current transaction is aborted with error. As I saw in postgresql server logs there was no ROLLBACK statement issued by driver after cancellation.

We're using autocommit mode. Mylog file is attached.
Server version is 7.4.6, psqlodbc version is 08.01.0101.
Also, we use unixODBC 2.2.8 with option "Threading=0" in odbcinst.ini.

Thank you.

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000457&group_id=1000125

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2005-11-30 15:22:05 Re: Fixed server side prepare
Previous Message Ludek Finstrle 2005-11-30 13:58:10 Re: Fixed server side prepare