psqlodbc - psqlodbc: I prepared fix for Bug "Autocommit and Cancel".

From: dpage(at)pgfoundry(dot)org (User Dpage)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: I prepared fix for Bug "Autocommit and Cancel".
Date: 2005-12-09 23:37:41
Message-ID: 20051209233741.D6CB11125030@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
I prepared fix for Bug "Autocommit and Cancel". It's woking patch
(it's used #ifded NOT_USED). The main changes are in using cancelable
PQsendQuery (it could be ok) and in cleaning and correcting
CC_send_query. CC_send_query should be equivalent with old one
except adding some QR_set_aborted. I'm not sure if it's ok.
[Ludek Finstrle]

Modified Files:
--------------
psqlodbc:
connection.c (r1.125 -> r1.126)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.125&r2=1.126)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-12-10 01:09:07 pgsql: Remove incorrect increment of lineno, per David Fetter.
Previous Message User Dpage 2005-12-09 23:19:13 psqlodbc - psqlodbc: Bump version number in a vain attempt to keep up