Column quoting in result set getters - Mailing list pgsql-jdbc

From Manuel Sugawara
Subject Column quoting in result set getters
Date
Msg-id m34qpux7h2.fsf@conexa.fciencias.unam.mx
Whole thread Raw
Responses Re: Column quoting in result set getters  (Kris Jurka <books@ejurka.com>)
List 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 by date:

Previous
From: Paul Thomas
Date:
Subject: Re: int4/int8 problem with jdbc was Re: "Fix" for INT8 literals
Next
From: "Sharib Anis"
Date:
Subject: Re: Postgresql 7.4.2 and OutOfMemoryError