#5578: Can't import fixtures generated using mysql into postgresql
--------------------------------------------------+-------------------------
          Reporter:  [EMAIL PROTECTED]  |         Owner:  nobody                
                                  
            Status:  closed                       |     Milestone:              
                                            
         Component:  Database wrapper             |       Version:  SVN         
                                            
        Resolution:  worksforme                   |      Keywords:  postgresql 
mysql case sensitive sensitivity fixture load
             Stage:  Accepted                     |     Has_patch:  0           
                                            
        Needs_docs:  0                            |   Needs_tests:  0           
                                            
Needs_better_patch:  0                            |  
--------------------------------------------------+-------------------------
Changes (by jason):

  * status:  new => closed
  * resolution:  => worksforme

Comment:

 This does not appear to be a bug anymore.  The default table name is
 app_label + '_' + module_name, where module_name is the lowercase
 object_name.  Further, the table name in this example is not quoted,
 however in the latest trunk it is quoted, so if db_table is set to a name
 with upper-casing, the code still works.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5578#comment:4>
Django Code <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