Changes between Version 4 and Version 5 of Ticket #11487, comment 23
- Timestamp:
- Mar 3, 2011, 2:02:22 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11487, comment 23
v4 v5 10 10 }}} 11 11 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.12 I'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. 13 13 14 14 I've made tests on three cx_Oracle versions: 4.4.1, 5.0.4 and 5.0.4 with WITH_UNICODE compilation flag.