Allow setObject(x,y,Types.INTEGER) if y is Boolean & added Boolean to SQL Keywords

Поиск
Список
Период
Сортировка
От Kim Ho
Тема Allow setObject(x,y,Types.INTEGER) if y is Boolean & added Boolean to SQL Keywords
Дата
Msg-id 1056055913.13900.129.camel@topanga.toronto.redhat.com
обсуждение исходный текст
Ответы Re: [JDBC] Allow setObject(x,y,Types.INTEGER) if y is Boolean &  (Dave Cramer <Dave@micro-automation.net>)
Список pgsql-patches
Problem:
 - Boolean not on list of SQLKeywords (The JDBC CTS seems to think that
it should be)
 - setObject(x,y,Types.INTEGER) will throw exceptions if y is a Boolean.

Fix:
 - Added Boolean to Keywords list.
 - Added check in setObject() under Types.INTEGER to check if a boolean
is passed. True=1. False=0. Is consistent with the rest of the code.

Cheers,

Kim

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Thread configure flag
Следующее
От: Kim Ho
Дата:
Сообщение: Fix setObject() with java.sql.Types.Date/Time/Timestamp