psqlodbc - psqlodbc: Fix the bug that the first fetch operation doesn't

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Fix the bug that the first fetch operation doesn't
Date: 2011-11-10 12:06:32
Message-ID: 20111110120632.ED314301CE9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix the bug that the first fetch operation doesn't work properly when
the operation is SQL_FETCH_ABSOLUTE or SQL_FETCH_LAST.

Modified Files:
--------------
psqlodbc:
statement.c (r1.156 -> r1.157)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/statement.c?r1=1.156&r2=1.157)
version.h (r1.203 -> r1.204)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.203&r2=1.204)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2011-11-10 13:36:58 psqlodbc - psqlodbc: Revise the handling of decimal point.
Previous Message Heikki Linnakangas 2011-11-10 10:21:56 pgsql: Fix another bug in the redo of COPY batches.