On Oct 1, 6:26 pm, alphacc wrote:
> 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
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
On Sep 30, 11:35 am, Thomas wrote:
> Hello,
>
> OS : windows
> Python : 2.6.2
>
> I have an issue with Textfield in django models.
> The textfield are created as NCLOB in the Oracle 9i DB.
> When I try to save a textfield from the django admin it works fine if
> the limit of 1128 character is kep
Hello,
OS : windows
Python : 2.6.2
I have an issue with Textfield in django models.
The textfield are created as NCLOB in the Oracle 9i DB.
When I try to save a textfield from the django admin it works fine if
the limit of 1128 character is kept.
If I try to insert a bigger text the characters a
7 matches
Mail list logo