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

Поиск
Список
Период
Сортировка
От hinoue@pgfoundry.org (User Hinoue)
Тема psqlodbc - psqlodbc: Fix a bug about the handling of the
Дата
Msg-id 20101023140054.381FE1071073@pgfoundry.org
обсуждение исходный текст
Список 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.on@gmx.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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: Remember to set permanent flag to holdable cursors
Следующее
От: h-saito@pgfoundry.org (Hiroshi Saito)
Дата:
Сообщение: psqlodbc - psqlodbc: some bug fixation.