DatabaseMetaData.getIndexInfo() throws exceptions - Mailing list pgsql-jdbc

From André Rothe
Subject DatabaseMetaData.getIndexInfo() throws exceptions
Date
Msg-id 13449.1018212279@www25.gmx.net
Whole thread Raw
Responses Re: DatabaseMetaData.getIndexInfo() throws exceptions  (Dave Cramer <Dave@micro-automation.net>)
List 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

Attachment

pgsql-jdbc by date:

Previous
From: Justin Clift
Date:
Subject: Re: single quotes again
Next
From: Dave Cramer
Date:
Subject: Re: DatabaseMetaData.getIndexInfo() throws exceptions