Ok if you change the NCLOB to CLOB in the django\db\backends\oracle
\creation.py and re-run a clear syncdb it works.
Now what are the limitation of CLOB vs NCLOB ? Will it affect other
part of the TextField methods ?
--~--~-~--~~~---~--~~
You received this message b
I installed 9i at home and did some more test.
With the same application running (and updating the same field) I
discovered that the limit is not the same for my database.
It is now 1246 Characters.
I started a new application (a app with a model and a Textfield) and
the limitation is 1316.
I'll
> > This sounds like a character set encoding problem. The first thing I
> > would try, if possible, is to 1) recompile cx_Oracle with the
> > WITH_UNICODE option enabled and 2) switch to Django trunk (Django 1.1
> > does not support this option). This allows Django to send unicode
> > strings r
Hello Ian,
> This sounds like a character set encoding problem. The first thing I
> would try, if possible, is to 1) recompile cx_Oracle with the
> WITH_UNICODE option enabled and 2) switch to Django trunk (Django 1.1
> does not support this option). This allows Django to send unicode
> strings
4 matches
Mail list logo