I'm starting to see that I too need to participate in Django sprints
to help incorperate the features I want in Django and I think we all
should and perhaps you do which is great. This is great software there
is still a lot of work to be done.

Ryan Kaskel
http://consulting.ryankaskel.com/

On Jul 16, 1:29 pm, Petry <marcospe...@gmail.com> wrote:
> Hi Ian
>
> I had been looking on django source and I changed some attributes on
> base.py file
>
> see this[1] ticket, it is works fine for me!
>
> [1]http://code.djangoproject.com/ticket/11487
>
> On 16 jul, 13:15, Ian Kelly <ian.g.ke...@gmail.com> wrote:
>
> > On Jul 16, 7:51 am, Petry <marcospe...@gmail.com> wrote:
>
> > > Hello,
>
> > > I am working on a project where I have to store a large amount of
> > > content, (html) in a record from a table, I am using Oracle as the
> > > database
>
> > > What is very strange ... is put a text reasonably small, (around 2000
> > > characters) and it works correctly, save without problems, but
> > > doubling this size, this content is saved completely changed.
>
> > > Initially used with standard and type of field in Oracle Textfield
> > > that it generates a type NCLOB, then when i saved it adds various
> > > ideograms that believe they are Chinese. changed the type of field to
> > > CLOB and now when saved, several questions are stored in text ("??")
>
> > > About my work environment: Django 1.1 (svn), debian, and Oracle 10g
> > > with cx_oracle 4.4.1
>
> > Hi Petry,
>
> > I've heard of similar problems a couple of times 
> > (seehttp://code.djangoproject.com/ticket/9152), but so far nobody seems to
> > want to stick around long enough to figure out what's going on.  What
> > are the database character set and national character set of your
> > database?  Is the text you're trying to store str or unicode?  If str,
> > what encoding is it?
>
> > You mentioned that it fails around 4000 characters.  Does it fail just
> > in the 2001-4000 character range, just in the 4001+ character range,
> > or both?
>
> > Thanks,
> > Ian
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to