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 wonder if we should also support it for other columns. This would then be executed by the server, since SQLite doesn’t support it. Basically if insert causes an error, run:
UPDATE"users"SET name ='Marc'WHERE name =='John'
(Must be one transaction)
The text was updated successfully, but these errors were encountered:
From docs (https://www.sqlite.org/lang_upsert.html):
I wonder if we should also support it for other columns. This would then be executed by the server, since SQLite doesn’t support it. Basically if insert causes an error, run:
(Must be one transaction)
The text was updated successfully, but these errors were encountered: