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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -