Re: Bug found in the driver - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: Bug found in the driver
Date
Msg-id e80mmtksbmc4cof9caaks38n9qf2dcd018@4ax.com
Whole thread Raw
In response to Bug found in the driver  (Denis Bucher <dbucher@niftycom.com>)
Responses Re: Bug found in the driver  (Denis Bucher <dbucher@niftycom.com>)
List pgsql-jdbc
On Fri, 03 Aug 2001 15:06:46 +0200, Denis Bucher wrote:
>I've FOUND A BUG in the postgres JDBC driver !

OK, please help us fix it.

>If you want to see the source online :
>http://cs.baylor.edu/~speegle/5335/org/postgresql/
>
>Please look at Driver.class :
>
>     } catch(Exception ex2) {
>         throw new PSQLException("postgresql.unusual",ex2);
>
>But it doesn't print the exception ex2 !!!

This code is not supposed to print an exception. Please be more
specific. What are you doing exactly? Why are we looking at this
particular line of source code? What exception did you expect?
Why did you expect it to be printed?

Regards,
René Pijlman

pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: RE: Re: Memory Leak / Prepared Statement
Next
From: Bruce Momjian
Date:
Subject: Re: Current cvs does not compile jdbc1 driver