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
Postgres doesn't have a single upsert command. We need to change setXXX semantic from upsert to update, requiring all rows are present , return error if not.
for now limits the error handling to always error+retry on update fails at conflict(e.g. unique constraint). In the future, we may support more options, like DO NOTHING or set update etc.
in the future also support insert mode
in the future we can even support upsert mode -- using multiple SQL command in Postgres
The text was updated successfully, but these errors were encountered:
longquanzheng
changed the title
Global Attributes refactor
Global Attributes refactor for write operation(execute/RPC API)
Nov 13, 2023
The text was updated successfully, but these errors were encountered: