Re: [JDBC] Fix DatabaseMetaDataTest in JDBC test suite

2001-09-10 Thread Bruce Momjian
Patch applied. Thanks. > Attached is a patch that fixes DatabaseMetaDataTest in the JDBC > driver's test suite. With previous patches applied, this reduces > the number of failures of the test suite from 6 to 4. The patch > fixes the test case itself, rather than the driver. > > Details: > >

Re: [JDBC] Fix DatabaseMetaDataTest in JDBC test suite

2001-09-10 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 DatabaseMetaDataTest in the JDBC > driver's test suite. With previous patches applied, this

[JDBC] Fix DatabaseMetaDataTest in JDBC test suite

2001-09-09 Thread Rene Pijlman
Attached is a patch that fixes DatabaseMetaDataTest in the JDBC driver's test suite. With previous patches applied, this reduces the number of failures of the test suite from 6 to 4. The patch fixes the test case itself, rather than the driver. Details: 1) The driver correctly provided DatabaseM