Re: Bug found in the driver

From: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
To: Denis Bucher <dbucher(at)niftycom(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug found in the driver
Date: 2001-08-03 20:01:57
Message-ID: e80mmtksbmc4cof9caaks38n9qf2dcd018@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message John Cook 2001-08-03 20:10:59 Re: Re: Memory Leak / Prepared Statement - Problem solved!!
Previous Message Rene Pijlman 2001-08-03 19:51:04 Re: Re: Memory Leak / Prepared Statement