Re: JDBC Transaction Isolation level 4 - Serializable problem - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: JDBC Transaction Isolation level 4 - Serializable problem
Date
Msg-id Pine.LNX.4.33.0311200036490.1490-100000@leary.csoft.net
Whole thread Raw
In response to Re: JDBC Transaction Isolation level 4 - Serializable problem  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

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


pgsql-jdbc by date:

Previous
From: "Andrew Lazarus"
Date:
Subject: Can't get JBuilder 9 design mode to work
Next
From: "Geoffrey van Dooren"
Date:
Subject: Postgresql connection & savepoints