From: | thhal at mailblocks(dot)com (Thomas Hallgren) |
---|---|
To: | |
Subject: | [Pljava-dev] Problems with JDBC-UNICODE |
Date: | 2005-05-05 14:19:24 |
Message-ID: | thhal-07sNVA2twyicDG5N4h+psIwe5XKGZoz@mailblocks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
Jordi Marqu?s wrote:
> when I use tsearch2 (in trigger) to insert "text" or "to varchar" in a
> table one it appears to me the following error.
>
> Exception: ERROR: Regex error in '[^?he$': brackets [] not balanced
>
> I am sure that it is related to the character code but I do not have
> solution
>
> Thank you
>
> --
> Jordi Marqu?s Ferr? (jordi.marques at iigov.org)
You are aware that in order to pass a backslash you need to escape it
(i.e. \\ or even \\\\ if you want to pass escaped backslash to the SQL
parser).
Can you provide a sample of the statement that you pass to JDBC?
Regards,
Thomas Hallgren
From | Date | Subject | |
---|---|---|---|
Next Message | Jordi Marquès | 2005-05-05 14:34:19 | [Pljava-dev] Problems with JDBC-UNICODE |
Previous Message | Jordi Marquès | 2005-05-05 13:53:57 | [Pljava-dev] Problems with JDBC-UNICODE |