Re: [JDBC] Fix JDBC test suite, set/get transaction isolation level

2001-09-10 Thread Bruce Momjian
Patch applied. Thanks. > Attached is a patch that fixes > ConnectionTest.testTransactionIsolation() in the JDBC driver's > test suite. This reduces the number of failures of the test > suite from 7 to 6. The patch fixes the test case itself, rather > than the driver. > > In addition to the ch

Re: [JDBC] Fix JDBC test suite, set/get transaction isolation level

2001-09-08 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > Attached is a patch that fixes > ConnectionTest.testTransactionIsolation() in the JDBC driver's > test suite. This reduces

[JDBC] Fix JDBC test suite, set/get transaction isolation level test in ConnectionTest

2001-09-08 Thread Rene Pijlman
Attached is a patch that fixes ConnectionTest.testTransactionIsolation() in the JDBC driver's test suite. This reduces the number of failures of the test suite from 7 to 6. The patch fixes the test case itself, rather than the driver. In addition to the change described in my posting below, I fi