Обсуждение: pgsql/src/interfaces/odbc socket.h socket.c co ...

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

pgsql/src/interfaces/odbc socket.h socket.c co ...

От
Hiroshi Inoue
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    inoue@hub.org    01/06/18 22:17:06

Modified files:
    src/interfaces/odbc: socket.h socket.c connection.c statement.c

Log message:
    Changed the error handling as follows.
    1) ERRORs cause an SQL_ERROR and the SQLSTATE='S1000'.
    2) NOTICEs cause an SQL_SUCCESS_WITH_INFO and the succeeding
    SQLError() returns the NOTICE message.