7 messages in org.postgresql.pgsql-jdbcRe: Invalid column display size. Cann...
FromSent OnAttachments
alanJul 25, 2006 3:42 am 
surabhi.ahujaJul 25, 2006 4:26 am 
alanJul 25, 2006 5:03 am 
Roman ChervotkinJul 25, 2006 8:17 am 
Kris JurkaJul 25, 2006 9:33 am 
alanJul 25, 2006 11:44 pm 
Kris JurkaJul 26, 2006 8:42 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Invalid column display size. Cannot be less than zeroActions...
From:alan (a.al@mainfield.com)
Date:Jul 25, 2006 11:44:12 pm
List:org.postgresql.pgsql-jdbc

Kris Jurka ha scritto:

On Tue, 25 Jul 2006, alan wrote:

I'm using postgresql-8.1-407.jdbc3.jar.

java.sql.SQLException: Invalid column display size. Cannot be less than zero

Someone has news about this issue?

A fix has been put into the 8.2-dev series. Try that jar file.

Kris Jurka

---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Kris, I tried the jar postgresql-8.2dev-503.jdbc3.jar. The exception now is

java.sql.SQLException: Invalid precision value. Cannot be less than zero at javax.sql.rowset.RowSetMetaDataImpl.setPrecision(RowSetMetaDataImpl.java:354) at com.sun.rowset.CachedRowSetImpl.initMetaData(CachedRowSetImpl.java:706) at com.sun.rowset.CachedRowSetImpl.populate(CachedRowSetImpl.java:620) at com.mainfield.norge.test.TestJoinRowSet.run(TestJoinRowSet.java:43) at com.mainfield.norge.test.TestJoinRowSet.main(TestJoinRowSet.java:69)

Thanks, Regards.