Changes between Initial Version and Version 1 of Ticket #33647, comment 31
- Timestamp:
- Dec 10, 2025, 4:26:02 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33647, comment 31
initial v1 1 1 In principle that's right, but all contributions go through main, and mergers will handle any backports, so just target `main`. 2 2 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 `paramete rized=False` bit to clean up that planned Postgres `bulk_create` fix andfinally fix `bulk_update` would not get backported, so make sure that work is in a separate commit.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.