psqlodbc - psqlodbc: Fix a bug about the handling of the

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Fix a bug about the handling of the
Date: 2010-10-23 14:00:54
Message-ID: 20101023140054.381FE1071073@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a bug about the handling of the SQL_RETRIEVE_DATA option.
I hope this would fix a bug report by Andreas(maps(dot)on(at)gmx(dot)net).

Modified Files:
--------------
psqlodbc:
qresult.c (r1.76 -> r1.77)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/qresult.c?r1=1.76&r2=1.77)
qresult.h (r1.42 -> r1.43)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/qresult.h?r1=1.42&r2=1.43)
results.c (r1.118 -> r1.119)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/results.c?r1=1.118&r2=1.119)
statement.c (r1.150 -> r1.151)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/statement.c?r1=1.150&r2=1.151)
version.h (r1.172 -> r1.173)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.172&r2=1.173)

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Saito 2010-10-24 02:09:25 psqlodbc - psqlodbc: some bug fixation.
Previous Message User Hinoue 2010-10-23 10:20:42 psqlodbc - psqlodbc: Remember to set permanent flag to holdable cursors