DatabaseMetaData.getIndexInfo() throws exceptions

Поиск
Список
Период
Сортировка
От André Rothe
Тема DatabaseMetaData.getIndexInfo() throws exceptions
Дата
Msg-id 13449.1018212279@www25.gmx.net
обсуждение исходный текст
Ответы Re: DatabaseMetaData.getIndexInfo() throws exceptions  (Dave Cramer <Dave@micro-automation.net>)
Список pgsql-jdbc
Hi!

During the development of an application, I found three bugs in the
jdbc driver of postgresql (version 7.2 for Java2).

I used the method DatabaseMetaData.getIndexInfo() and I was
surprised, as an exception occured.
After I had decompiled the driver classes with JODE (sorry!),
I developed a workaround for my application.

Please check my changes and write me, if they are correct.
I've commented the changes on the.java file (see attachment).

Thanks
Andy

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

Вложения

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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: single quotes again
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: DatabaseMetaData.getIndexInfo() throws exceptions