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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -