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
sqlite3 supports this easily, whereas postgres will require doing an on conflict update setting every single column to either the create value or a default value.
The text was updated successfully, but these errors were encountered:
sqlite3 supports this easily, whereas postgres will require doing an
on conflict update
setting every single column to either the create value or a default value.The text was updated successfully, but these errors were encountered: