Re: ResultSetMetaData precise typ information

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: ResultSetMetaData precise typ information
Дата
Msg-id 42E022EF.2010206@opencloud.com
обсуждение исходный текст
Ответ на Re: ResultSetMetaData precise typ information  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Dave Cramer wrote:

> You're correct, does anyone know why getTableName is returning "",
>
> when getBaseTableName is implemented ?

See lengthy previous discussion in the archives. getTableName() needs to
return the table *alias* or the empty string if unknown. The backend
only gives us the actual table name (returned by getBaseTableName()); we
don't know what the alias is and return an empty string.

-O

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Timestamp Conversion Woes Redux
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Timestamp Conversion Woes Redux