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

Поиск
Список
Период
Сортировка
От hinoue@pgfoundry.org (User Hinoue)
Тема psqlodbc - psqlodbc: Fix the bug that the first fetch operation doesn't
Дата
Msg-id 20111110120632.ED314301CE9@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix another bug in the redo of COPY batches.
Следующее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: Revise the handling of decimal point.