Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-800

jdbc connecter handle CLOB not support for utf-8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • JDBC connector
    • when there is non euro language characters in the database,for CLOB and LongVarchar

    Description

      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!

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              summersmile summersmile
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: