Thread: BUG #5037: jdbc bug \uffff

BUG #5037: jdbc bug \uffff

From
"Rob Resendez"
Date:
The following bug has been logged online:

Bug reference:      5037
Logged by:          Rob Resendez
Email address:      rob.resendez@cpsinet.com
PostgreSQL version: 8.3.7
Operating system:   Linux
Description:        jdbc bug \uffff
Details:

resultSet.getObject() returns \ufffd when I expect to see \uffff (ÿ). The
column is of type character varying.

Re: BUG #5037: jdbc bug \uffff

From
Robert Haas
Date:
On Fri, Sep 4, 2009 at 6:02 PM, Rob Resendez <rob.resendez@cpsinet.com> wro=
te:
> The following bug has been logged online:
>
> Bug reference: =A0 =A0 =A05037
> Logged by: =A0 =A0 =A0 =A0 =A0Rob Resendez
> Email address: =A0 =A0 =A0rob.resendez@cpsinet.com
> PostgreSQL version: 8.3.7
> Operating system: =A0 Linux
> Description: =A0 =A0 =A0 =A0jdbc bug \uffff
> Details:
>
> resultSet.getObject() returns \ufffd when I expect to see \uffff (=FF). T=
he

You might want to try here, as the people who read this list are not
necessarily familiar with JDBC.

pgsql-jdbc@postgresql.org
http://archives.postgresql.org/pgsql-jdbc/

You'll probably need to provide more details, too.

...Robert