Subject Re: NPE in setTransactionIsolation(READ_UNCOMMITED)
Author Roman Rokytskyy
> There is a NPE when using setTransactionIsolation
> (Connection.TRANSACTION_READ_UNCOMMITED).
>
> It seems TRANSACTION_READ_UNCOMMITED is lost in FBTpbMapper
> constructor and isc_tpb_mapping.properties

Hmm... it should throw an SQLException. I think we do not support
read uncommitted. Is there any TPB combination that can provide "read
uncommitted" semantics?

Roman