#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:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by shaib):

 My statement, as far as I understand, does not reproduce the OP's problem,
 because their problem is caused by C > 2000 and my statement has C = 1. It
 can be used to verify if statements with P>2000 are accepted (it has
 P=2001); so,
 * if the statement failed declare the test skipped or an expected failure.
 * If it succeeded, go on to test with the OP's ORM query

 You can skip or xfail a test from within its code by raising the
 appropriate exception, AFAIK.

--
Ticket URL: <https://code.djangoproject.com/ticket/26063#comment:15>
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.436d5f2f5d4cc50d02663243b7da2732%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to