#12529: manage.py syncdb doesn't check tables by using mangled names with Oracle
backend
------------------------------------+---------------------------------------
          Reporter:  jtiai          |         Owner:  nobody       
            Status:  new            |     Milestone:               
         Component:  Uncategorized  |       Version:  SVN          
        Resolution:                 |      Keywords:  syncdb oracle
             Stage:  Unreviewed     |     Has_patch:  0            
        Needs_docs:  0              |   Needs_tests:  0            
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Comment (by jtiai):

 It seems that django/db/models/options.py around L105 uses tablename
 truncate only when table name is not provided.

 I think truncate should happen regardless is it provided or not to make
 models work regardless of DB.

 Currently this only is Oracle problem since it's only db backend that has
 limitation on names.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12529#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.


Reply via email to