Re: Another exception (Transaction level) - Mailing list pgsql-jdbc

From Darin Ohashi
Subject Re: Another exception (Transaction level)
Date
Msg-id F17255C2B596D3119A5600508B44FA68052EB889@courier.maplesoft.on.ca
Whole thread Raw
In response to Another exception (Transaction level)  (Ole Streicher <ole-usenet-spam@gmx.net>)
List pgsql-jdbc
>
> As I've mention before they _are_ supported and as _per standard_.
> The standard allows implementations to provide a higher
> isolation level
> in place of any lower level that is not implemented.
>

With 7.3.3, if you try to set the isolation level to
TRANSACTION_READ_UNCOMMITTED or TRANSACTION_REPEATABLE_READ an exception is
raised.  For these levels to be supported shouldn't the driver accept them and
set the actual level to the higher one?

Darin

pgsql-jdbc by date:

Previous
From: Fernando Nasser
Date:
Subject: Re: Another exception (Transaction level)
Next
From: Fernando Nasser
Date:
Subject: Re: Another exception (Transaction level)