Changes between Version 1 and Version 2 of Ticket #33647, comment 31


Ignore:
Timestamp:
Dec 10, 2025, 4:26:50 PM (6 days ago)
Author:
Jacob Walls

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33647, comment 31

    v1 v2  
    11In principle that's right, but all contributions go through main, and mergers will handle any backports, so just target `main`.
    22
    3 We really only need to repair 6.0 and 5.2 to the state before the `UNNEST` strategy replicated this old issue inside `bulk_create`. Then the `parameteized=False` bit to clean up that planned Postgres `bulk_create` fix as well as finally fix `bulk_update` would not get backported, so make sure that work is in a separate commit.
     3We really only need to repair 6.0 and 5.2 to the state before the `UNNEST` strategy replicated this old issue inside `bulk_create`. Then the `parametrized=False` bit to clean up that planned Postgres `bulk_create` fix as well as finally fix `bulk_update` would not get backported, so make sure that work is in a separate commit.
     4
     5Thanks for the report and the offer to contribute, much appreciated!
Back to Top