#33460: Change SQLite backend to generate INSERT statements using VALUES 
instead of
UNION.
-------------------------------------+-------------------------------------
     Reporter:  Keryn Knight         |                    Owner:  Keryn
         Type:                       |  Knight
  Cleanup/optimization               |                   Status:  closed
    Component:  Database layer       |                  Version:  dev
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  fixed
     Keywords:  sqlite orm           |             Triage Stage:  Ready for
  bulk_create batch                  |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"c27932ec938217d4fbb0adad23c0d0708f83f690" c27932ec]:
 {{{
 #!CommitTicketReference repository=""
 revision="c27932ec938217d4fbb0adad23c0d0708f83f690"
 Fixed #33460 -- Used VALUES clause for insert in bulk on SQLite.

 SQLite 3.7.11 introduced the ability to use multiple values directly.
 SQLite 3.8.8 made multiple values not subject to the
 SQLITE_LIMIT_COMPOUND_SELECT (500).
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33460#comment:3>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.51f1518324e47cf9d56ab15eeff8198d%40djangoproject.com.

Reply via email to