Driver not returning the type for TYPEs

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Driver not returning the type for TYPEs
Дата
Msg-id hn16q4$upd$1@dough.gmane.org
обсуждение исходный текст
Ответы Re: Driver not returning the type for TYPEs
Список pgsql-jdbc
Hi,

I just noticed a minor glitchin the driver (8.4)

When creating types using e.g.:

CREATE TYPE my_tabpe AS (some_data varchar(100));

DatabaseMetaData.getTables() will return that type, but the value for the column TABLE_TYPE is null.

I think if the driver returns non-table objects (which is fine, a lot of drivers are doing that), the TABLE_TYPE column
ofthe result set should contain a proper value. 

Regards
Thomas



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

Предыдущее
От: "Kronus David"
Дата:
Сообщение: FW: optional JAAS login - attachment
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Driver not returning the type for TYPEs