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

jdbc connecter handle CLOB not support for utf-8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • ManifoldCF 1.4
    • ManifoldCF 1.5
    • 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

        1. CONNECTORS-798.patch
          10 kB
          Karl Wright

        Issue Links

          Activity

            People

              kwright@metacarta.com Karl Wright
              summersmile summersmile
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: