From: | PG Bug reporting form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
Cc: | jt(at)leutek(dot)de |
Subject: | BUG #15013: JNI-JDBC: org.postgresql.util.PSQLException: FEHLER: ungültiges Message-Format |
Date: | 2018-01-17 14:26:22 |
Message-ID: | 20180117142622.3633.46322@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 15013
Logged by: Junior Tcheho
Email address: jt(at)leutek(dot)de
PostgreSQL version: 10.1
Operating system: Windows 2008 Server R2
Description:
Hello,
I get the following error after execution a query which was created throw
JNI:
org.postgresql.util.PSQLException: FEHLER: ungültiges Message-Format.
I have created the String for the query using the call:
String(byte[] bytes, String charsetName).
When working with env->NewStringUTF(pcCharArray), there is no error, but not
all characters are properly handled. E.g: €(Euro-Char)
Regard.
Junior Tcheho
From | Date | Subject | |
---|---|---|---|
Next Message | David Pereiro Lagares | 2018-01-17 17:34:54 | Index-only scan returns incorrect results when using a composite GIST index with a gist_trgm_ops column. |
Previous Message | Stephen Frost | 2018-01-17 12:38:32 | Re: [HACKERS] [BUGS] Bug in Physical Replication Slots (at least 9.5)? |