Opened 10 years ago
Closed 10 years ago
#24512 closed Bug (duplicate)
'ORA-01461: can bind a LONG value only for insert into a LONG column' error when loading data
Description (last modified by ) ¶
When using Oracle backend ORA-01461: can bind a LONG value only for insert into a LONG column is raised when loading data into TextField (NCLOB) with python manage.py loaddata
Test Django project and steps to reproduce are here https://github.com/hadalin/django-oracle-test
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
by , 10 years ago
Attachment: | 24512-test.diff added |
---|
Note:
See TracTickets
for help on using tickets.
Any chance you could convert your test project into a test case for Django's test suite (
tests/fixtures
)?