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

From: Hiroshi Inoue <inoue(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/odbc socket.h socket.c co ...
Date: 2001-06-19 02:17:07
Message-ID: 200106190217.f5J2H7T42671@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: inoue(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-06-19 03:17:13 pgsql/src/interfaces/odbc socket.c
Previous Message Bruce Momjian 2001-06-18 23:51:36 Re: pgsql/src/backend postmaster/postmaster.c tcop ...