Changes between Version 1 and Version 2 of Ticket #28668
- Timestamp:
- Oct 2, 2017, 8:56:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28668
- Property Triage Stage Unreviewed → Accepted
- Property Summary Add support for ON CONFLICT to bulk_create → Add ON CONFLICT support to QuerySet.bulk_create()
-
Ticket #28668 – Description
v1 v2 8 8 All the databases we support have syntax for this, as well as updating/replacing fields. 9 9 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.10 This 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.