psqlodbc - psqlodbc: Fix the bug that the first fetch operation doesn't - Mailing list pgsql-committers

From hinoue@pgfoundry.org (User Hinoue)
Subject psqlodbc - psqlodbc: Fix the bug that the first fetch operation doesn't
Date
Msg-id 20111110120632.ED314301CE9@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix another bug in the redo of COPY batches.
Next
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Revise the handling of decimal point.