Bug found in the driver

Поиск
Список
Период
Сортировка
От Denis Bucher
Тема Bug found in the driver
Дата
Msg-id 5.1.0.14.0.20010803145914.023c4740@mail.niftycom.com
обсуждение исходный текст
Ответы Re: Bug found in the driver
Список pgsql-jdbc
Hello !

I wrote the following message on 16 July, 26 July and 2nd of august without any
answer but at last someone told me I should post my mail here !

http://groups.google.com/groups?hl=en&safe=off&th=dc3d93bb1b568bcd,1
http://groups.google.com/groups?hl=en&safe=off&th=333d8b98593550b7,1

I hope it will be the right place to correct the bug :-)

Please look at message number 1 in the P.S.

Denis Bucher


P.S. MESSAGE 1:
From: Denis BUCHER (dbucher@horus.ch)
Subject: Bug found in driver ! (JDBC postgresql driver)
Newsgroups: comp.databases.postgresql.interfaces.jdbc
Date: 2001-07-16 06:10:24 PST
Hello !

I've FOUND A BUG in the postgres JDBC driver !

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 !!!  I am not an enough
good Java programmer to understand why, but I've found how
to circumvent it :

     } catch(Exception ex2) {
         throw new PSQLException("Unexpected exception : " + ex2);

Now :

  --> Is someone able to CORRECT THE BUG ?


Thanks a lot !

Denis Bucher


MESSAGE 2:

From: Denis BUCHER (dbucher@horus.ch)
Subject: BUG - NOT ANSWERED
Newsgroups: comp.databases.postgresql.interfaces.jdbc
Date: 2001-07-26 03:56:31 PST
Hello !

On 16 jul 2001,
I send a message named "Bug found in driver ! (JDBC postgresql driver)"
but it seems that it got no reaction, may I therefore suppose that JDBC
driver for postgresql is *ABANDONNED* and noone is taking care of this
piece of software ?

Thanks a lot in advance !

Denis


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Matthieu Guyonnet-Duluc"
Дата:
Сообщение: Re:RE: no suitable driver
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Re: What needs to be done?