patch: improve exception propagation in testcases - Mailing list pgsql-jdbc

From Oliver Jowett
Subject patch: improve exception propagation in testcases
Date
Msg-id 20031202062946.GH19205@opencloud.com
Whole thread Raw
Responses Re: patch: improve exception propagation in testcases  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
This patch modifies various testcases and test support code so they do not
catch-and-rethrow SQLExceptions as assertion failures. This means you
actually see the original exception (and under 1.4, any nested exception)
without any extra work; it also makes the code a bit easier to read.

-O

Attachment

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: patch: PSQLException cleanups & exception chaining
Next
From: Oliver Jowett
Date:
Subject: Server-prepared statements fail to handle some rollback cases