Re: ResultSetMetaData precise typ information - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: ResultSetMetaData precise typ information
Date
Msg-id 42E022EF.2010206@opencloud.com
Whole thread Raw
In response to Re: ResultSetMetaData precise typ information  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Dave Cramer wrote:

> You're correct, does anyone know why getTableName is returning "",
>
> when getBaseTableName is implemented ?

See lengthy previous discussion in the archives. getTableName() needs to
return the table *alias* or the empty string if unknown. The backend
only gives us the actual table name (returned by getBaseTableName()); we
don't know what the alias is and return an empty string.

-O

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Timestamp Conversion Woes Redux
Next
From: Oliver Jowett
Date:
Subject: Re: Timestamp Conversion Woes Redux