Column quoting in result set getters

Поиск
Список
Период
Сортировка
От Manuel Sugawara
Тема Column quoting in result set getters
Дата
Msg-id m34qpux7h2.fsf@conexa.fciencias.unam.mx
обсуждение исходный текст
Ответы Re: Column quoting in result set getters  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi,

When I try to get the value of a column by name, using quotes the
driver throws an exception telling me that that column does not
exists. The column name has accents:

   int val = res.getInt("\"última\"");

Since quote_ident() quotes the names containing accents I think the
driver should accept the quoted version as well or am I missing
something? I'm using pg74.1jdbc3.jar.

Any thoughts?

Regards,
Manuel.


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

Предыдущее
От: Paul Thomas
Дата:
Сообщение: Re: int4/int8 problem with jdbc was Re: "Fix" for INT8 literals
Следующее
От: "Sharib Anis"
Дата:
Сообщение: Re: Postgresql 7.4.2 and OutOfMemoryError