On Fri, 4 Mar 2005, Oliver Jowett wrote:
> > After calling Connection.DatabaseMetaData.getTypeInfo() method, the
> > PRECISION column of the ResultSet seems hardcoded to value 9, which of
> > course in incorrect
>
> Well, it's working as intended in the sense that there is no code to
> support
(cc'ing -jdbc)
Sergio Lob wrote:
After calling Connection.DatabaseMetaData.getTypeInfo() method, the
PRECISION column of the ResultSet seems hardcoded to value 9, which of
course in incorrect
Well, it's working as intended in the sense that there is no code to
support retrieving a real precision v
The following bug has been logged online:
Bug reference: 1523
Logged by: Sergio Lob
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.1
Operating system: linux
Description:precision column value returned from getTypeInfo()
always has value 9
Details:
After ca