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)--- >

[JDBC] update

2001-09-28 Thread Tony Grant
Hello, I have begun installing tomcat 4.0 on my test server. Early days yet - configuration is much changed from 3.x branch. The stand alone version of the server is a breeze to set up, configuration is much easier. I am having slight difficulty integrating with Apache so I'll be RTFM this weeke

[JDBC] anonymous cvs change ?

2001-09-28 Thread Dongsheng Song
Hello, When I retrive pgsql-jdbc source use: cvs -d :pserver:[EMAIL PROTECTED]:/home/projects/pgsql/cvsroot password: postgresql The cvs server report: authorization failed. Any ideas? Thanks, Dongsheng Song ---(end of broadcast)--- TIP 3: i

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

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)