java - Postgres UTF-8 clobs with JDBC -


postgres jdbc driver seems not handle utf-8 clobs correctly. when retrieve clob characters not correct (you ? marks non ascii characters).

supposedly known issue:

luckily application avoid clobs fields clobs have made big varchars.

how other people dealing limitation?

adding @type(type="org.hibernate.type.stringclobtype") clob description in hibernate solves me.


Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -