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

From Peter Royal
Subject [PATCH] Fix COLUMN_SIZE and NUM_PREC_RADIX in metadata
Date
Msg-id E929D90D-8712-11D7-A398-000393B61B56@pace2020.com
Whole thread Raw
Responses Re: [PATCH] Fix COLUMN_SIZE and NUM_PREC_RADIX in metadata  (Barry Lind <blind@xythos.com>)
List pgsql-jdbc
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


pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: Connections performance is reduced
Next
From: "Han"
Date:
Subject: Problem about executeUpdate and stored procedure that returns nothing