mirror of
https://github.com/django/django.git
synced 2025-10-28 16:16:12 +00:00
Text with more than 4000 characters must be set to as a CLOB on Oracle
what caused a mixed datatype error (ORA-01790) when shorter text
appeared in the same operation.
Backport of dc890bef5a from master