The following bug has been logged online:
Bug reference: 1656
Logged by: Sergio Lob
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.1
Operating system: Linux edared30 2.4.21-27.0.4.ELsmp #1 SMP Sat Apr 16
18:43:06 EDT 2005 i686 i686
Description
, there is a
default precision and scale assigned to the column by postgreSQL, which
is not -1.
Sergio
Oliver Jowett wrote:
Sergio Lob wrote:
Bug to report - For a numeric in a table defined by:
CREATE TABLE SERG (F01NUM NUMERIC) ;
, the precision and scale reported by ResultSetMetaData.getScale() and
and scale are not explicitely stated. For example a column defined as
NUMERIC(10,2) returns a correct precision and scale.
Thanks, Sergio Lob
Repro1.java
Description: application/unknown-content-type-visualcafefile.document
---(end of broadcast)---
The following bug has been logged online:
Bug reference: 1521
Logged by: Sergio Lob
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.1
Operating system: linux
Description:precision column value returned from getTypeInfo()
always value of 9
Details:
After
gh my application.
Anyway, I hope I answered your question about precision.
Sergio Lob
[EMAIL PROTECTED] wrote:
(cc'ing -jdbc)
Sergio Lob wrote:
After calling Connection.DatabaseMetaData.getTypeInfo() method, the
PRECISION column of the ResultSet seems hardcoded to value 9, whic
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