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