Add checking in setMaxRows, setQueryTimeout, and setFetchSize

Поиск
Список
Период
Сортировка
От Kim Ho
Тема Add checking in setMaxRows, setQueryTimeout, and setFetchSize
Дата
Msg-id 1056055967.13900.133.camel@topanga.toronto.redhat.com
обсуждение исходный текст
Ответы Re: Add checking in setMaxRows, setQueryTimeout, and setFetchSize
Список pgsql-patches
Problem:
 - If you try to setMaxRows(), setQueryTimeout() or setFetchSize()
to negative values, it should throw an exception, but doesn't. JDBC CTS
test failures.

Fix:
 - Added new error messages to errors.properties file.
 - PSQLExceptions thrown when user attempts to set negative values.

Cheers,

Kim



Вложения

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

Предыдущее
От: Kim Ho
Дата:
Сообщение: Fix setObject() with java.sql.Types.Date/Time/Timestamp
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: pg_hba.conf.sample