Hi all,
I've just committed a fix to cvs.
Changed the error handling as follows.
1) ERRORs causes an SQL_ERROR and the SQLSTATE='S1000'.
2) NOTICEs causes an SQL_SUCCESS_WITH_INFO and the succeeding
SQLError() returns the NOTICE message.
Remarks.
1) RI violation ERRORs are reported properly.
2) The NOTICE is the last NOTICE message and
is truncated to 4095 bytes.
regards,
Hiroshi Inoue