psqlodbc - psqlodbc: I've attached patch to solve problem with

From: dpage(at)pgfoundry(dot)org (User Dpage)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: I've attached patch to solve problem with
Date: 2005-12-06 08:49:19
Message-ID: 20051206084919.125B8112506F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
I've attached patch to solve problem with multiple calling SQLPrepare
or SQLExecDirect with Server side prepare. The patch is based on patch
posted by Reiner. I thank you for patch and testing.
[Ludek Finstrle]

Modified Files:
--------------
psqlodbc:
execute.c (r1.73 -> r1.74)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/execute.c.diff?r1=1.73&r2=1.74)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2005-12-06 13:05:42 npgsql - Npgsql: 2005-12-06 Francisco Figueiredo Jr.
Previous Message Tom Lane 2005-12-06 05:26:32 pgsql: ecpg/pgtypeslib seems to need snprintf.c pulled in, too.