JDBC Transaction Isolation level 4 - Serializable problem

From: Cameron Braid <cameron(at)datacodex(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC Transaction Isolation level 4 - Serializable problem
Date: 2003-11-20 04:53:34
Message-ID: 3FBC48CE.5080005@datacodex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I can't seem to get the JDBC driver to accept serializable transaction
isolation levels.

Does the driver support it ?

I have tried with pg73jdbc1.jar, pg73jdbc2.jar, pg73jdbc2ee.jar,
pg73jdbc3.jar and devpgjdbc3.jar.

The error that I am getting is :

org.postgresql.util.PSQLException: Transaction isolation level 4 is not
supported.
at
org.postgresql.jdbc1.AbstractJdbc1Connection.setTransactionIsolation(AbstractJdbc1Connection.java:1414)

If this is the case (that it's not supported) are there plans to
implement it ?

I can't fund any specific information on the driver's features on the
internet. Either at jdbc.postgresql.org or through google.

Thanks,

Cameron

--
Any damn fool can write code that a computer can understand...
The trick is to write code that humans can understand.
[Martin Fowler http://www.martinfowler.com/distributedComputing/refactoring.pdf]

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2003-11-20 05:30:59 Re: JDBC Transaction Isolation level 4 - Serializable problem
Previous Message Kris Jurka 2003-11-19 20:21:52 Re: BUG