Changes between Version 1 and Version 2 of Ticket #28668


Ignore:
Timestamp:
Oct 2, 2017, 8:56:46 AM (7 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28668

    • Property Triage Stage UnreviewedAccepted
    • Property Summary Add support for ON CONFLICT to bulk_createAdd ON CONFLICT support to QuerySet.bulk_create()
  • Ticket #28668 – Description

    v1 v2  
    88All the databases we support have syntax for this, as well as updating/replacing fields.
    99
    10 This is a spin-off of https://code.djangoproject.com/ticket/28641, just including the ON CONFLICT idea which is backwards-compatible and would be easier to implement than the others.
     10This is a spin-off of #28641, just including the ON CONFLICT idea which is backwards-compatible and would be easier to implement than the others.
Back to Top