Re: Object types and ResultSets (java.sql.Struct) - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Object types and ResultSets (java.sql.Struct)
Date
Msg-id alpine.BSO.2.00.1008101559590.3528@leary.csoft.net
Whole thread Raw
In response to Re: Object types and ResultSets (java.sql.Struct)  (Kris Jurka <books@ejurka.com>)
Responses Re: Object types and ResultSets (java.sql.Struct)  (Andreas Joseph Krogh <andreak@officenet.no>)
List pgsql-jdbc

On Fri, 29 Jan 2010, Kris Jurka wrote:

> On Sat, 23 Jan 2010, Thomas Kellerer wrote:
>
>> DatabaseMetaData.getColumns() will return a java.sql.Types.STRUCT for the
>> column "contact".
>> That seems to be correct to me - at least this is what I expected ;)
>>
>> When running a "SELECT * FROM contacts", ResultSetMetaData.getColumnType()
>> will return java.sql.Types.OTHER  (for the contact column)
>>
>> This seems to be inconsistent to me.
>>
>> My expectation was that ResultSetMetaData.getColumnType() should also
>> return java.sql.Types.STRUCT
>
> That should be easy enough to fix.  I'll take a look.

I've applied a fix to this for 8.3, 8.4, and 9.0 in CVS.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Concurrency issue in EscapedFunctions
Next
From: Andreas Joseph Krogh
Date:
Subject: Re: Object types and ResultSets (java.sql.Struct)