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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33647, comment 31

    initial v1  
    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 `parameterized=False` bit to clean up that planned Postgres `bulk_create` fix and 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 `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.
Back to Top