Bug #639: JDBC interface, ResultSet.getObject on with an array of char is crashing. - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #639: JDBC interface, ResultSet.getObject on with an array of char is crashing.
Date
Msg-id 20020422122802.3843A475484@postgresql.org
Whole thread Raw
List pgsql-bugs
Florian Steffen (mailing-list@urbanet.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

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #638: Buggy select statment with numeric
Next
From: Gerhard Häring
Date:
Subject: Escaping of special characters in ARRAYs is broken