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

From [email protected]
Subject Bug #639: JDBC interface, ResultSet.getObject on with an array of char is crashing.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-bugs
Florian Steffen ([email protected]) 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: [email protected]
Date:
Subject: Bug #638: Buggy select statment with numeric
Next
From: Gerhard Häring
Date:
Subject: Escaping of special characters in ARRAYs is broken