You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
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?
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.
The text was updated successfully, but these errors were encountered: