#9152: models.TextField encodes data wrong on 4001+ characters on Oracle 10g -----------------------------------------------+---------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: 1.0 Keywords: TextField, Oracle 10g, NCLOB | Stage: Unreviewed Has_patch: 0 | -----------------------------------------------+---------------------------- When using a models.TextField with a length of greater than 4000 characters the input is encoded incorrectly using Oracle 10g (NCLOB).
Up to 4000 characters is fine, anything over causes an input with a length(col) 1/2 the original string length. I'm guessing that somewhere the encoding is getting mixed up. It seems removing explicitly settings input_size = NCLOB can correct the issue but I don't know what impact this has. -- Ticket URL: <http://code.djangoproject.com/ticket/9152> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
