psqlodbc - psqlodbc: This patch fill fix the notice handler so that the

Поиск
Список
Период
Сортировка
От dpage@pgfoundry.org (User Dpage)
Тема psqlodbc - psqlodbc: This patch fill fix the notice handler so that the
Дата
Msg-id 20050917222725.1E75A11263E1@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
This patch fill fix the notice handler so that the odbc driver doesn't output notices from the backend to stderr.
[Scot Loach]

Modified Files:
--------------
    psqlodbc:
        connection.c (r1.114 -> r1.115)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.114&r2=1.115)

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

Предыдущее
От: dpage@pgfoundry.org (User Dpage)
Дата:
Сообщение: psqlodbc - psqlodbc: This patch corrects the previous fix for returning
Следующее
От: dpage@pgfoundry.org (User Dpage)
Дата:
Сообщение: psqlodbc - psqlodbc: Don't lose notices that don't come from a query.