Changes between Version 4 and Version 5 of Ticket #11487, comment 23


Ignore:
Timestamp:
Mar 3, 2011, 2:02:22 AM (13 years ago)
Author:
Goldan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11487, comment 23

    v4 v5  
    1010}}}
    1111
    12 I've tried to change the string in oracle/base.py (self.input_size = Database.CLOB) to LONG_STRING and NCLOB. All three variants produce errors. I'm struggling with the issue for several days, so I've tested on various cx_Oracle versions.
     12I've tried to change the string in oracle/base.py (self.input_size = Database.CLOB, see attachment long_string.diff) to LONG_STRING and NCLOB. All three variants produce errors. I'm struggling with the issue for several days, so I've tested on various cx_Oracle versions.
    1313
    1414I've made tests on three cx_Oracle versions: 4.4.1, 5.0.4 and 5.0.4 with WITH_UNICODE compilation flag.
Back to Top