Re: Bug in getImportedExportedKeys(), DatabaseMetaData class

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Bug in getImportedExportedKeys(), DatabaseMetaData class
Дата
Msg-id Pine.LNX.4.33.0304160320410.5589-200000@leary.csoft.net
обсуждение исходный текст
Ответ на Bug in getImportedExportedKeys(), DatabaseMetaData class  (Todd Cornett <tcornett@mitre.org>)
Ответы Re: Bug in getImportedExportedKeys(), DatabaseMetaData class  (Barry Lind <blind@xythos.com>)
Список 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


Вложения

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Index metadata not sorted by ORDINAL_POSITION
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: DatabaseMetaData.getCrossReference(...)