![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Bug reference: 1251 PostgreSQL version: 7.4.3 Description: setTransactionIsolation does not seem to work First of all, the version I am using of PostgreSQL is 7.4.5, and *not* 7.4.3 (I have set 7.4.3 in the form, since it does not allow to choose 7.4.5). I have tested several JDBC drivers (pg74.213.jdbc3.jar, pg74.215.jdbc3.jar, pg74.213.jdbc2.jar and pg74.213.jdbc2ee.jar), and connection.setTransactionIsolation does not change the transaction isolation level (maybe the problem is with the database and not with the JDBC driver). connection.setAutoCommit(false); connection.setTransactionIsolation(Connection.TRAN SACTION_SERIALIZABLE); |
![]() |
| Thread Tools | |
| Display Modes | |
| |