Bug with POSTGRESQL JDBC Driver 7.1 -1.2

Поиск
Список
Период
Сортировка
От Emil Goldfrab
Тема Bug with POSTGRESQL JDBC Driver 7.1 -1.2
Дата
Msg-id 3B3673AC.8080108@netscape.net
обсуждение исходный текст
Ответы Re: Bug with POSTGRESQL JDBC Driver 7.1 -1.2  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
I don't know if this is the right place to inform about this bug but I
could not find where else to do it.

The function getTables of the Class DatabaseMetaData is generating a
NullPointerException when it is called and Views exist in the databse.
The funcition behaves properly when no views are defined in the database.

  The following is an example Error Stack Trace of when the problem occurs:

  java.lang.NullPointerException
    at
org.postgresql.jdbc2.DatabaseMetaData.getTables(DatabaseMetaData.java:1707)

Thank You

Emil Goldfarb

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

Предыдущее
От: "Rod Taylor"
Дата:
Сообщение: Foreign Keys and ALTER RENAME TABLE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: COPY BINARY broken on Linux/AXP