Re: Wrong column names in ResultSetMetaData - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Wrong column names in ResultSetMetaData
Date
Msg-id Pine.BSO.4.56.0408021321030.29090@leary.csoft.net
Whole thread Raw
In response to Re: Wrong column names in ResultSetMetaData  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

On Thu, 29 Jul 2004, Oliver Jowett wrote:

> I notice that the implementation of updateable resultsets use
> Field.getColumnLabel() when generating the UPDATE/SELECT/etc SQL.
> Presumably this should be using Field.getColumnName() given the current
> semantics?
>

Fixed.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Wrong column names in ResultSetMetaData
Next
From: "Mike Martin"
Date:
Subject: Re: Wrong column names in ResultSetMetaData