#32501: Add support for INSERT...RETURNING on SQLite 3.35+
-------------------------------------+-------------------------------------
               Reporter:  Mariusz    |          Owner:  nobody
  Felisiak                           |
                   Type:  New        |         Status:  new
  feature                            |
              Component:  Database   |        Version:  master
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  0
  Someday/Maybe                      |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 Support for the `RETURNING` clause on `INSERT` statements is one of the
 headline features in SQLite 3.35.0 (pending), see
 [https://www.sqlite.org/draft/releaselog/3_35_0.html changelog] and
 [https://www.sqlite.org/draft/lang_returning.html docs]. This will allow
 `bulk_create()` to retrieve primary keys on SQLite.

 Follow up to #31403.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32501>
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/050.06c2f59b80e3acbd21e464385ab192df%40djangoproject.com.

Reply via email to