Here is a small patch that cleans up some error reporting in the JDBC driver. PSQLExceptions are thrown instead of SQLExceptions and if a warning is received while waiting for the backend secret key, that warning is chained to the new Connection object instead of generating an exception. A couple new error messages have been added.

Dave Cramer <davec@fastcrypt.com>

Commit: 1eb31d197d8eadc5340f0dfe7e2c7169e1005275
Author: Dave Cramer <davec@fastcrypt.com>
Date: 2002-03-09T17:08:39Z
Releases: 7.3.1
Here is a small patch that cleans up some error reporting in the JDBC driver. PSQLExceptions are thrown instead of SQLExceptions and if a warning is received while waiting for the backend secret key, that warning is chained to the new Connection object instead of generating an exception. A couple new error messages have been added.

Files