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
The idiomatic way to insert a record, falling back to a noop if the record is a duplicate, is to prepend the INSERT statement with IGNORE. I’m happy to take a shot at implementing this, though I might need a degree of guidance regarding the internals.
The idiomatic way to insert a record, falling back to a noop if the record is a duplicate, is to prepend the
INSERT
statement withIGNORE
. I’m happy to take a shot at implementing this, though I might need a degree of guidance regarding the internals.cc @tclem, who ran into this.
The text was updated successfully, but these errors were encountered: