Re: setQueryTimeout problem !?!?! - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: setQueryTimeout problem !?!?!
Date
Msg-id 47E04D2B.9030900@opencloud.com
Whole thread Raw
In response to Re: setQueryTimeout problem !?!?!  ("Peter Kovacs" <maxottovonstirlitz@gmail.com>)
List 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 by date:

Previous
From: "Peter Kovacs"
Date:
Subject: Re: setQueryTimeout problem !?!?!
Next
From: Oliver Jowett
Date:
Subject: Re: Atomic operations?