Re: Another exception (Transaction level)

From: Darin Ohashi <DOhashi(at)maplesoft(dot)com>
To: "'Fernando Nasser'" <fnasser(at)redhat(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Another exception (Transaction level)
Date: 2003-07-28 14:07:16
Message-ID: F17255C2B596D3119A5600508B44FA68052EB889@courier.maplesoft.on.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Fernando Nasser 2003-07-28 14:15:05 Re: Another exception (Transaction level)
Previous Message Fernando Nasser 2003-07-28 13:09:57 Re: Another exception (Transaction level)