Re: Wrong SqlType for boolean columns

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Wrong SqlType for boolean columns
Дата
Msg-id 4C4FF633.60604@opencloud.com
обсуждение исходный текст
Ответ на Re: Wrong SqlType for boolean columns  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-jdbc
Thomas Kellerer wrote:

> Wouldn't it make sense to map this to BOOLEAN if the driver is built for
> JDBC4 and to BIT if is built for JDBC3?

IIRC, it gets a bit awkward because the mappings aren't in
JDBC-version-specific code.

Applications should really be prepared to deal with BIT, anyway..

-O


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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Wrong SqlType for boolean columns
Следующее
От: dmp
Дата:
Сообщение: Re: getMetaData().getTables() behaviour with JDBC3 8.3 & 8.4 drivers on windows