psqlodbc - psqlodbc: I've attached patch to solve problem with - Mailing list pgsql-committers

From dpage@pgfoundry.org (User Dpage)
Subject psqlodbc - psqlodbc: I've attached patch to solve problem with
Date
Msg-id 20051206084919.125B8112506F@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: ecpg/pgtypeslib seems to need snprintf.c pulled in, too.
Next
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql: 2005-12-06 Francisco Figueiredo Jr.