1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/bulk_create
Ahmet Kucuk dc890bef5a Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts on Oracle.
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.
2019-10-01 12:38:58 +02:00
..
__init__.py
models.py
tests.py Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts on Oracle. 2019-10-01 12:38:58 +02:00