Re: Patch for broken JDBC's getColumn() - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: Patch for broken JDBC's getColumn()
Date
Msg-id 4apqot01rt2b6c7dm1hgaicilndktb0s54@4ax.com
Whole thread Raw
In response to Patch for broken JDBC's getColumn()  (Jeroen van Vianen <jeroen.van.vianen@satama.com>)
List pgsql-jdbc
On Tue, 28 Aug 2001 23:32:43 +0200, you wrote:
>Attached is a patch for JDBC's getColumn() function that was broken /
>flawed in the following ways:
>
>1. Only returned columns that had a default value defined, rather than
>all columns in a table

Aha, so that's it! I noticed it returned a funny subset of all
my columns, but I couldn't figure out exactly what columns were
excluded.

Thanks for the fix. I haven't checked your patch, but I believe
you :-)

Regards,
René Pijlman <rene@lab.applinet.nl>

pgsql-jdbc by date:

Previous
From: David Daney
Date:
Subject: Re: [BUGS] Bug #428: Another security issue with the JDBC driver.
Next
From: Rene Pijlman
Date:
Subject: Re: Status of JDBC test suite?