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

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #639: JDBC interface, ResultSet.getObject on with an array of char is crashing.
Дата
Msg-id 20020422122802.3843A475484@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #638: Buggy select statment with numeric
Следующее
От: Gerhard Häring
Дата:
Сообщение: Escaping of special characters in ARRAYs is broken