Re: setQueryTimeout - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: setQueryTimeout
Date
Msg-id Pine.BSO.4.64.0801142230010.8244@leary.csoft.net
Whole thread Raw
In response to Re: setQueryTimeout  (Guillaume Cottenceau <gc@mnc.ch>)
List pgsql-jdbc

On Mon, 14 Jan 2008, Guillaume Cottenceau wrote:

> Personnally, I think that developers will most likely expect the
> behaviour to be correct if nothing bad (exception) happens.. I'd say
> that all unsupported API should throw an appropriate exception. Doing
> the change in 8.3dev makes perfect sense to not break current users, and
> developers would be crazy to drop in the 8.3 in the future without
> testing their application again.
>

Done, setQueryTimeout will throw an exception if given a non-zero timeout.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Howto set UUID parameter for PGSQL 8.3rc1 / postgresql-8.3dev-602.jdbc3.jar
Next
From: Ken Johanson
Date:
Subject: Re: Patch for Statement.getGeneratedKeys()