Re: [PATCH] Fix COLUMN_SIZE and NUM_PREC_RADIX in metadata - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: [PATCH] Fix COLUMN_SIZE and NUM_PREC_RADIX in metadata
Date
Msg-id 3EC85CC5.2090607@xythos.com
Whole thread Raw
In response to [PATCH] Fix COLUMN_SIZE and NUM_PREC_RADIX in metadata  (Peter Royal <proyal@pace2020.com>)
List pgsql-jdbc
Peter,

This was already fixed in CVS.

thanks,
--Barry

Peter Royal wrote:
> DatabaseMetaData.getColumns() returns incorrect values for COLUMN_SIZE
> and NUM_PREC_RADIX on numeric and decimal columns. On line 2340 of
> AbstractJdbc1DatabaseMetaData it should be rs.getInt("atttypmod") not
> rs.getInt(8)
> -pete
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



pgsql-jdbc by date:

Previous
From: "Han"
Date:
Subject: Re: Problem about executeUpdate and stored procedure that
Next
From: Barry Lind
Date:
Subject: Re: Problem about executeUpdate and stored procedure that