Here is a small patch that cleans up some error reporting in the JDBC driver. PSQLExc...
authorDave Cramer <davec@fastcrypt.com>
Sat, 9 Mar 2002 17:08:39 +0000 (17:08 +0000)
committerDave Cramer <davec@fastcrypt.com>
Sat, 9 Mar 2002 17:08:39 +0000 (17:08 +0000)
commitaee1095dd42ed8c20b6c0a83fa69c6643133a1c5
treea9879c91b31ce88159bd4e5a33fe740689b6d46e
parent5a1a8ba1817efd3b210bbca411caba6fa2802abb
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.
src/interfaces/jdbc/org/postgresql/Connection.java
src/interfaces/jdbc/org/postgresql/errors.properties