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
MySql supports a REPLACE INTO to do an 'upsert'. I'd like to use this library, but I have to override it to be able to use it for my use case. A flag could easily be added to support it, just like INSERT IGNORE here.
The text was updated successfully, but these errors were encountered:
MySql supports a
REPLACE INTO
to do an 'upsert'. I'd like to use this library, but I have to override it to be able to use it for my use case. A flag could easily be added to support it, just likeINSERT IGNORE
here.The text was updated successfully, but these errors were encountered: