unknown object exception in postgresql-7.1.3 jdbc driver

Поиск
Список
Период
Сортировка
От Lora Goldston
Тема unknown object exception in postgresql-7.1.3 jdbc driver
Дата
Msg-id 3BCB0D95.1090004@bbn.com
обсуждение исходный текст
Список pgsql-bugs
example query:

select '12345' as total from table or select first_name as "name" from table


In either case, the quoted strings cause an unknown object exeption in
the postgresql-7.1.3 jdbc driver.


Adding this line of code to the ResultSet.java seems to work, although
 I don't believe it is the best fix.

case Types.OTHER:
    return getString(columnIndex);

Lora Goldston

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug #478: Integer overflow in pg_dump
Следующее
От: "Eric"
Дата:
Сообщение: Dumps/Reloads