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.0408042253340.8211@leary.csoft.net
Whole thread Raw
In response to Re: Wrong column names in ResultSetMetaData  ("Mike Martin" <mmartin@vieo.com>)
List 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.


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: [HACKERS] postgres and Jdbc 2.0
Next
From: Ryoji Sawa
Date:
Subject: [Fwd: Q: database schema from JDBC driver and netbeans.]