#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              |  
------------------------------------+---------------------------------------
Changes (by jtiai):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 This happens only when model has db_table defined in Meta:

 {{{
 #!python
 class ThisIsLongModelThatDoesNotFail(models.Model):
     pass

 class ThisFails(models.Model):
     class Meta:
         db_table = 'very_long_table_name_that_will_fail'
 }}}

 Note: This also happens in pre-multidb codebase.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12529#comment:1>
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