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
I just ran across an issue where I didn't realise the ON DUPLICATE KEY UPDATE didn't work on SQLite.
As there are ways to achieve the same thing in SQLite, would it be a good idea to try for feature parity across models and implement the database specific way of achieving the same result?
The text was updated successfully, but these errors were encountered:
Are you looking for the replace functionality ? I believe depending on the drivers additional features are already in it. If you think something is missing please do send a PR.
A discussion of an idea more than an issue.
I just ran across an issue where I didn't realise the
ON DUPLICATE KEY UPDATE
didn't work on SQLite.As there are ways to achieve the same thing in SQLite, would it be a good idea to try for feature parity across models and implement the database specific way of achieving the same result?
The text was updated successfully, but these errors were encountered: