#18117: Django 1.4 Trouble Creating Large Numbers of Tables with SQLite
-------------------------------------+-------------------------------------
     Reporter:  rball@…              |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Uncategorized        |                  Version:  1.4
     Severity:  Normal               |               Resolution:  duplicate
     Keywords:  SQLite, max          |             Triage Stage:
  columns, syncdb, permissions       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by aaugustin):

 * status:  reopened => closed
 * resolution:   => duplicate


Comment:

 The implementation of `syncdb` (actually, the creation of the permissions
 which is triggered by `post_syncdb`) changed between 1.3 and 1.4. Now it
 uses `bulk_create`. So your problem really is a symptom of the regression
 tracked by #17788.

 If you have to use SQLite, your best alternative is to re-compile it with
 higher limits. However, the recommended solution is to use a database that
 isn't limited like SQLite, when you hit its limits.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18117#comment:6>
Django <https://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