Changes between Initial Version and Version 2 of Ticket #24512
- Timestamp:
- Mar 24, 2015, 1:56:21 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24512 – Description
initial v2 1 ''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''1 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'' 2 2 3 3 Test Django project and steps to reproduce are here [https://github.com/hadalin/django-oracle-test]