Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

INSERT IGNORE support for MySQL #354

Open
mdw19873 opened this issue May 9, 2018 · 0 comments
Open

INSERT IGNORE support for MySQL #354

mdw19873 opened this issue May 9, 2018 · 0 comments

Comments

@mdw19873
Copy link

mdw19873 commented May 9, 2018

Looking at the API docs, I was unable to find any support for the IGNORE keyword for the insert() method. While replace() and .onDupUpdate() provides ways for dealing with duplicate keys, I don't want to replace or update the current row at all, I want it to silently fail. Is there any possibility of adding this?

https://dev.mysql.com/doc/refman/5.7/en/insert-select.html
The usage of IGNORE is documented at the above URL.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant