[ 
https://issues.apache.org/jira/browse/CONNECTORS-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812637#comment-13812637
 ] 

Karl Wright commented on CONNECTORS-798:
----------------------------------------

If you are willing to use trunk, the JDBC connector code there has some notable 
resilience improvements as well, mostly concerning removing the need to cast 
CLOB columns as strings in your query if you are using them for id or version 
results.  Please let me know of any difficulties you have.

> jdbc connecter handle CLOB not support for utf-8
> ------------------------------------------------
>
>                 Key: CONNECTORS-798
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-798
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: JDBC connector
>    Affects Versions: ManifoldCF 1.4
>         Environment: when there is non euro language characters in the 
> database,for CLOB and LongVarchar 
>            Reporter: summersmile
>            Assignee: Karl Wright
>              Labels: cjk, jdbc, utf-8
>             Fix For: ManifoldCF 1.5
>
>         Attachments: CONNECTORS-798.patch
>
>
> Dig into the code, it use  value = new 
> TempFileInput(clob.getAsciiStream(),clob.length()); works fine for ascii 
> character but does not handle the content as utf-8. The jdbc api support 
> getCharacterStream but return a reader not stream,so maybe the way handle 
> BLOG and CLOB should not the same. Hope could solved for CJK users. Thanks!



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to