Re: Wrong column names in ResultSetMetaData

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Mike Martin <mmartin(at)vieo(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Wrong column names in ResultSetMetaData
Date: 2004-07-29 03:51:13
Message-ID: Pine.BSO.4.56.0407282246450.155@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 29 Jul 2004, Oliver Jowett wrote:

> I don't remember intentionally changing this behaviour in the V3
> overhaul so it may actually predate those changes. However, Field was
> rearranged when doing the V3 changes so it's entirely possible I
> accidentally broke this behaviour.
>

This was done intentionally. Back in January I applied this patch:

date: 2004/01/13 03:07:09; author: jurka; state: Exp; lines: +95 -31
This patch is the culmination of Jan-Andre le Roux's work on enhancing
the ResultSetMetaData methods with new information available in the V3
protocol. He wandered off of the verge of completing it and I've just
done some minor reworking and editing.

This implements getSchemaName, getTableName, getColumnName,
getColumnLabel, and isNullable.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-07-29 09:27:13 Re: Wrong column names in ResultSetMetaData
Previous Message Oliver Jowett 2004-07-29 03:28:56 Re: Wrong column names in ResultSetMetaData