Changes between Initial Version and Version 2 of Ticket #34177


Ignore:
Timestamp:
Nov 22, 2022, 6:31:58 AM (17 months ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34177

    • Property Has patch set
  • Ticket #34177 – Description

    initial v2  
    11`QuerySet.bulk_create()` crashes on `"pk"` in `unique_fields` which should be allowed.
     2{{{
     3  File "/django/django/db/backends/utils.py", line 89, in _execute
     4    return self.cursor.execute(sql, params)
     5django.db.utils.ProgrammingError: column "pk" does not exist
     6LINE 1: ...S (3127, 3, 3, 'c'), (3128, 4, 4, 'd') ON CONFLICT("pk") DO ...
     7}}}
    28
    39Bug in 0f6946495a8ec955b471ca1baaf408ceb53d4796.
Back to Top