Changes between Version 3 and Version 4 of Ticket #11487, comment 23
- Timestamp:
- Mar 3, 2011, 2:01:52 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11487, comment 23
v3 v4 3 3 I'm using Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production and Django development version. 4 4 5 6 {{{ 7 self.input_size = Database.CLOB 8 }}} 9 10 11 causes the following error when inserting more than 4000 characters (I'm trying to add a new flatpage): 12 5 I'm experiencing the following error when inserting more than 4000 characters (I'm trying to add a new flatpage): 13 6 14 7 {{{