Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-1085

Use standard JDBC API for writing Oracle LOBs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0
    • 3.0M5, 3.0
    • Core Library
    • None

    Description

      Currently OracleAdapter uses reflection on the Oracle driver classes to access Writers and OutputStreams for populating CLOB/BLOB's. Aside from dependency on the vendor API, this may even be casuing bugs in some application servers: http://markmail.org/message/hclsphw5ptxfy6u2

      So I am going to change that to standard JDBC methods (Clob.setCharacterStream(..) / Blob.setBinaryStream(..)), that work the same on Oracle 10 in my tests.

      Attachments

        Activity

          People

            andrus Andrus Adamchik
            andrus Andrus Adamchik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: