Re: Bug in DatabaseMetaData.getColumns(...)??

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Bug in DatabaseMetaData.getColumns(...)??
Дата
Msg-id Pine.LNX.4.33.0212021355090.24686-100000@leary.csoft.net
обсуждение исходный текст
Ответ на Bug in DatabaseMetaData.getColumns(...)??  (Thorsten Meinl <Thorsten@meinl.bnv-bamberg.de>)
Ответы Re: Bug in DatabaseMetaData.getColumns(...)??  (Dave Cramer <Dave@micro-automation.net>)
Список pgsql-jdbc

On Sat, 30 Nov 2002, Thorsten Meinl wrote:

> Hello,
>
> I just downloaded the new 7.3 release of PostgreSQL and also tried the
> new JDBC-drivers shipped with the release. And I have problems with the
> new driver.
> The Java-API says for the function DatabaseMetaData.getColumns(...):
>
> [cut]
>
> So the order is wrong, the columns or sorted by their name and not by
> their position in the table-defintion. This broke my code.
> Is this a bug or an intended feature?

This is a bug.  I have submitted a patch to repair this which will
hopefully be applied shortly.

Kris Jurka


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Measuring time of select query
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Bug in DatabaseMetaData.getColumns(...)??