JDBC bug in 7.1b4

From: Rainer Mager <rmager(at)vgkk(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Cc: rmager(at)vgkk(dot)com
Subject: JDBC bug in 7.1b4
Date: 2001-02-20 09:58:18
Message-ID: 3A923FBA.36227EC4@vgkk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Hi,

While trying 7.1b4 I got this using JDBC2:

ERROR: A request from 10.0.0.46 (10.0.0.46) resulted in
java.lang.NumberFormatException: 20 18:46:53+09
java.lang.NumberFormatException: 20 18:46:53+09
at java.lang.Integer.parseInt(Integer.java, Compiled Code)
at java.lang.Integer.parseInt(Integer.java, Compiled Code)
at java.sql.Date.valueOf(Date.java, Compiled Code)
at org.postgresql.jdbc2.ResultSet.getDate(ResultSet.java,
Compiled Code)
at org.postgresql.jdbc2.ResultSet.getDate(ResultSet.java,
Compiled Code)

Sorry for the incomplete stack trace (and lack of line numbers) but the
rest of it shouldn't matter. BTW, I am using the new 7.1 JDBC driver.
I'll try to look at the Java code tomorrow but I'm hoping someone
already has a fix.

--Rainer

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Nome real 2001-02-20 13:22:44
Previous Message Sezai YILMAZ 2001-02-20 09:24:59 Re: Turkish locale bug

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-02-20 10:45:25 Re: [HACKERS] Re: v7.1b4 bad performance
Previous Message Pete Forman 2001-02-20 09:40:30 Re: floating point representation