Re: JDBC driver is too fussy about Unicode

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

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message James Pharaoh 2011-10-29 09:48:16 Re: JDBC driver is too fussy about Unicode
Previous Message dmp 2011-10-29 06:30:29 Re: JDBC driver is too fussy about Unicode