#29563: SQLite and Queryset.iterator() support
-------------------------------------+-------------------------------------
     Reporter:  Andrew Brown         |                    Owner:  Andrew
                                     |  Brown
         Type:  Uncategorized        |                   Status:  assigned
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               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 Andrew Brown):

 Thanks for the feedback. I'll see what I can come up with for tests in the
 next few days when I get some free time.

 One hitch in testing this is that even if I write a test to make sure the
 can_use_chunked_reads flag is respected, after the proposed second
 commit's changes there will be no database backends that set that flag to
 false; SQLite is the only backend that sets it to False right now. I could
 handle this by temporarily setting that flag for the test perhaps.
 Otherwise, that test will always get skipped and there doesn't seem to be
 much point to me.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29563#comment:9>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.f8796769b622cdc17308eff2b9f54643%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to