-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
questionissue where a "fix" on the SQLAlchemy side is unlikely, hence more of a usage questionissue where a "fix" on the SQLAlchemy side is unlikely, hence more of a usage question
Description
Describe your question
Hi,
I've missed the ability to add IGNORE to the INSERT statement when doing bulk updates. So far I've extracted necessary pieces to make this work locally, but I was wondering if this is something that is welcomed in sqlalchemy. If that is the case I would PR this feature.
Example (if applicable)
bulk_save_objects(....,ignore_error=True)
(also for bulk version of update, insert)
Additional context
Have a nice day!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionissue where a "fix" on the SQLAlchemy side is unlikely, hence more of a usage questionissue where a "fix" on the SQLAlchemy side is unlikely, hence more of a usage question