Re: [JDBC] [PATCHES] fix for JDBC test suite

2001-09-28 Thread Bruce Momjian
Patch applied. Thanks. A couple of lines were missing from my last patch - this one fixes things. Liam -- Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL PROTECTED] [ Attachment, skipping... ] ---(end of broadcast)--- TIP 6:

Re: [JDBC] [PATCHES] fix for JDBC test suite

2001-09-28 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. A couple of lines were missing from my last patch - this one fixes things. Liam -- Liam Stewart :: Red Hat

Re: [JDBC] [PATCHES] Fix for broken JDBC's getColumn() (take 2)

2001-09-28 Thread Bruce Momjian
Patch applied. Thanks. Hi, Per the recent discussion there's been some code changes in JDBC's DatabaseMetaData.getColumn(). I proposed a patch that would change the number of queries to find out all columns in a table from 2 * N + 1 to 1 (N being the number of columns reported) by