Re: Bug in getImportedExportedKeys(), DatabaseMetaData class - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Bug in getImportedExportedKeys(), DatabaseMetaData class
Date
Msg-id Pine.LNX.4.33.0304160320410.5589-200000@leary.csoft.net
Whole thread Raw
In response to Bug in getImportedExportedKeys(), DatabaseMetaData class  (Todd Cornett <tcornett@mitre.org>)
Responses Re: Bug in getImportedExportedKeys(), DatabaseMetaData class
List pgsql-jdbc

On Tue, 8 Apr 2003, Todd Cornett wrote:

> All:
>
> We found that the current use of the StringTokenizer to parse out the
> response from the database acheieves the desired result only when the
> returning column and table names do not contain either '\' or '0'.

The attached patch fixes this for all JDK versions by using its own
tokenizing routine.

Kris Jurka


Attachment

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Index metadata not sorted by ORDINAL_POSITION
Next
From: Kris Jurka
Date:
Subject: Re: DatabaseMetaData.getCrossReference(...)