Re: JDBC driver is too fussy about Unicode

From: James Pharaoh <james(at)phsys(dot)co(dot)uk>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC driver is too fussy about Unicode
Date: 2011-10-29 09:48:16
Message-ID: CALSKDaQMtzj7zGs5d2phAmDxTRdAreL1sm+7eZDuEZnXMQst_A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Well I wondered that originally. That's why I did the test with the
groovy script. The page I use to run that is part of the same
application and I am using the same dataSource which I pass to
hibernate so I don't see how it can be a different driver.

In any case, I've looked into the metadata and found that I am using
an older version of the driver. My build scripts don't clean out the
old version and so it was just picing one at random. I'm now using the
latest PostgreSQL 9.1 JDBC4 (build 901).

This actually does seem to have resolved the issue, more or less. I am
seeing two invalid character symbols instead of an exception. This is
good enough for this client ;-)

Thanks for the help,
James

2011/10/29 Oliver Jowett <oliver(at)opencloud(dot)com>:
> On 29 October 2011 18:21, James Pharaoh <james(at)phsys(dot)co(dot)uk> wrote:
>> The test case works for me, and also on the server. A little
>> investigation shows one big difference, the code I am using is somehow
>> using a JDBC2 statement class, whereas adding some output to the test
>> case when it runs successfully shows me using a JDBC4 one.
>>
>> Furthermore, the app in question has a page where I can enter queries
>> in groovy. Trying a similar testcase there also works, but I am
>> getting a JDBC3 statement class.
>
> Maybe you have two different copies of the driver floating around?
>
> Oliver
>

--
James Pharaoh
Pharaoh Systems Limited
http://phsys.co.uk/contact

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Laurian Vostinar 2011-10-31 12:33:23 Fwd: Re: [BUGS] BUG #6253: JDBC driver: getIndexInfo() returns quotes around quoted column names
Previous Message Oliver Jowett 2011-10-29 08:25:08 Re: JDBC driver is too fussy about Unicode