Re: setQueryTimeout problem !?!?!

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: setQueryTimeout problem !?!?!
Дата
Msg-id 47E04D2B.9030900@opencloud.com
обсуждение исходный текст
Ответ на Re: setQueryTimeout problem !?!?!  ("Peter Kovacs" <maxottovonstirlitz@gmail.com>)
Список pgsql-jdbc
Peter Kovacs wrote:
> I wonder how "systematically" backward-compatibility and compliance
> issues are (can be) dealt with in the driver.

We do some of this for large issues with the "compatible" connection
option. But in most cases we don't bother because it makes the driver
more complex and less maintainable.

Instead we just put API changes in the current development version only
and don't backport to older stable drivers, under the assumption that
people will not blindly move their applications to a new major version
without retesting.

-O

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

Предыдущее
От: "Peter Kovacs"
Дата:
Сообщение: Re: setQueryTimeout problem !?!?!
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Atomic operations?