minor error reporting fixes - Mailing list pgsql-jdbc

From Liam Stewart
Subject minor error reporting fixes
Date
Msg-id 20020308125311.A15759@redhat.com
Whole thread Raw
Responses Re: [PATCHES] minor error reporting fixes  (Bruce Momjian <pgman@candle.pha.pa.us>)
mishandling of NOTICE?  (Michael Adler <adler@glimpser.org>)
List pgsql-jdbc
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.

Liam

--
Liam Stewart :: Red Hat Canada, Ltd. :: liams@redhat.com

Attachment

pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: vacuum
Next
From: "Mauricio S. Palazzi"
Date:
Subject: PostgreSQL & JBoss HOWTO