Bug #639: JDBC interface, ResultSet.getObject on with an array of char is crashing.

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #639: JDBC interface, ResultSet.getObject on with an array of char is crashing.
Date: 2002-04-22 12:28:02
Message-ID: 20020422122802.3843A475484@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Florian Steffen (mailing-list(at)urbanet(dot)ch) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
JDBC interface, ResultSet.getObject on with an array of char is crashing.

Long Description
Using the JDBC interface version 7.2, when calling ResultSet.getObject
on a column of type CHAR(2)[] an exception is thrown with message
"class names may not have _". When the type is changed to
VARCHAR(2)[] everything is working correctly.

Tested with JDK version 1.3.1 (ibm and sun) on linux

Sample Code

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Lockhart 2002-04-22 14:19:25 Re: Bug #638: Buggy select statment with numeric
Previous Message pgsql-bugs 2002-04-22 12:21:20 Bug #638: Buggy select statment with numeric