Re: setQueryTimeout - Mailing list pgsql-jdbc

From Guillaume Cottenceau
Subject Re: setQueryTimeout
Date
Msg-id 87zlv8ny6u.fsf@mnc.ch
Whole thread Raw
In response to Re: setQueryTimeout  (Kris Jurka <books@ejurka.com>)
Responses Re: setQueryTimeout
List pgsql-jdbc
Kris Jurka <books 'at' ejurka.com> writes:

> On Mon, 14 Jan 2008, Guillaume Cottenceau wrote:
>
>> Would "throw new UnsupportedOperationException()" be good to tell
>> that fact to the users of the driver more directly?
>>
>
> That's unknown.  It's unclear how many applications might be calling
> setQueryTimeout and not be prepared for an exception.  So while
> they're slightly broken now, they could be completely broken with this
> change.  If people feel strongly about it we could consider making the
> change in the 8.3dev driver, but I wouldn't backpatch it.

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. /me
votes really in favor of that :)

--
Guillaume Cottenceau, MNC Mobile News Channel SA, an Alcatel-Lucent Company
Av. de la Gare 10, 1003 Lausanne, Switzerland - direct +41 21 317 50 36

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: setQueryTimeout
Next
From: Silvio Bierman
Date:
Subject: Re: Howto set UUID parameter for PGSQL 8.3rc1 / postgresql-8.3dev-602.jdbc3.jar