[BUGS] BUG #1656: ResultSetMetaData.getColumnDisplaySize() returns value -1

2005-05-10 Thread Sergio Lob
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

Re: [BUGS] Precision and scale of numeric column reported as value

2005-03-23 Thread Sergio Lob
, 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

[BUGS] Precision and scale of numeric column reported as value -1

2005-03-23 Thread Sergio Lob
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)---

[BUGS] BUG #1521: precision column value returned from getTypeInfo() always value of 9

2005-03-04 Thread Sergio Lob
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

Re: [BUGS] BUG #1523: precision column value returned from getTypeInfo()

2005-03-04 Thread Sergio Lob
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

[BUGS] BUG #1523: precision column value returned from getTypeInfo() always has value 9

2005-03-03 Thread Sergio Lob
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