Re: Is a way avoiding the driver crash with unicode data?

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Vernon <vwu725(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Is a way avoiding the driver crash with unicode data?
Date: 2005-04-29 05:46:22
Message-ID: 4271CA2E.9070307@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Vernon wrote:
> The following exception occures when the select
> statement is issued through the Hibernate. The table
> contains some unicode data. After I remove one entry
> with the data:
>
> &#25830;&#20142;&#30524;&#30555;
> &#21704;&#36798;
> &#25289;&#24110;&#32467;&#27966;
>
> No exception occurs. No error message is in the PG log
> file. How can I avoid such exception happend again?

This looks like a backend crash, not a driver issue. What do the server
logs say?

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-04-29 08:01:05 Re: Interval support for Postgres
Previous Message Vernon 2005-04-29 05:28:41 Is a way avoiding the driver crash with unicode data?