Обсуждение: psqlodbc - psqlodbc: Fix the bug that the first fetch operation doesn't

Поиск
Список
Период
Сортировка

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

От
hinoue@pgfoundry.org (User Hinoue)
Дата:
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)