Re: Wrong column names in ResultSetMetaData

From: Kris Jurka <books(at)ejurka(dot)com>
To: Mike Martin <mmartin(at)vieo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Wrong column names in ResultSetMetaData
Date: 2004-08-05 03:56:09
Message-ID: Pine.BSO.4.56.0408042253340.8211@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Fixed, in this commit message.

----------------------------
revision 1.1
date: 2004/08/05 03:50:19; author: jurka; state: Exp;
Revert ResultSetMetaData methods getColumnName, getTableName and
getSchemaName to previous implementation that returned the column's
alias if available and "" for the table and schema. Move the new
functionality to access the underlying sources of the query to a
new PGResultSetMetaData interface which offers getBaseXXXName.

Per complaints of Mike Martin.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ryoji Sawa 2004-08-05 10:00:13 [Fwd: Q: database schema from JDBC driver and netbeans.]
Previous Message Dave Cramer 2004-08-05 01:22:59 Re: [HACKERS] postgres and Jdbc 2.0