Changes between Initial Version and Version 1 of Ticket #33672
- Timestamp:
- Apr 30, 2022, 4:29:25 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33672 – Description
initial v1 32 32 Idea/suggestion: 33 33 How 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 stillbe surprising for users)35 - or disallow/raise for any duplicate in a changeset (would prefer that for code simplicity and more clearbehavior)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) 36 36 37 37 With such a change `bulk_update` would always exhibit the same behavior for a given changeset, regardless of `batch_size`.