Changes between Initial Version and Version 1 of Ticket #33672


Ignore:
Timestamp:
Apr 30, 2022, 4:29:25 AM (2 years ago)
Author:
jerch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33672 – Description

    initial v1  
    3232Idea/suggestion:
    3333How about treating this more unique/atomic at the `bulk_update` call level by either doing:
    34 - filter duplicates for the whole changeset (automatic filtering might still be surprising for users)
    35 - or disallow/raise for any duplicate in a changeset (would prefer that for code simplicity and more clear behavior)
     34- filter duplicates for the whole changeset (automatic filtering still might be surprising for users)
     35- or disallow/raise for any duplicate in a changeset (would prefer that for code simplicity and more strict behavior)
    3636
    3737With such a change `bulk_update` would always exhibit the same behavior for a given changeset, regardless of `batch_size`.
Back to Top