#26063: Regression in Django 1.9: SQLite can no longer handle more than 2000 
values
in a "foo__in" filter
-------------------------------------+-------------------------------------
     Reporter:  rhertzog             |                    Owner:  aaugustin
         Type:  Bug                  |                   Status:  assigned
    Component:  Database layer       |                  Version:  1.9
  (models, ORM)                      |
     Severity:  Release blocker      |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by aaugustin):

 I'm stuck writing tests for this.

 The problem only occurs when SQLITE_MAX_VARIABLE_NUMBER has been changed
 to be greated than SQLITE_MAX_COLUMN, which isn't the default, and there's
 no way to introspect these values -- the Python bindings don't expose the
 `get_limit` API of sqlite.

--
Ticket URL: <https://code.djangoproject.com/ticket/26063#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.95462b594ddf0eaa34979798f9539299%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to