On Thu, 20 Nov 2003, Oliver Jowett wrote:
> There was some discussion about whether the driver should use the
> next-higher level rather than failing in this case but I think the
> conclusion was it's better to only set the levels that are directly
> supported by the backend (READ_COMMITTED and SERIALIZABLE), and that the
> application can upgrade the level it requests if needed based on querying
> the driver's DatabaseMetaData.
>
Recently the backend was changed to do the automatic transaction level
upgrade, so perhaps we should too.
Kris Jurka