pgsql/src/interfaces/odbc socket.h socket.c co ... - Mailing list pgsql-committers

From Hiroshi Inoue
Subject pgsql/src/interfaces/odbc socket.h socket.c co ...
Date
Msg-id 200106190217.f5J2H7T42671@hub.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql/src/backend postmaster/postmaster.c tcop ...
Next
From: Hiroshi Inoue
Date:
Subject: pgsql/src/interfaces/odbc socket.c