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
But we could make the filter behave like when doing an UPDATE through PATCH. So, unique_key=neq.1 would not be ignored and instead, it would be used in:
-- ...ON CONFLICT DO
UPDATE ...
WHERE<the filter goes here>
Then the previous request would return:
[{"unique_key":2,"value":"C"}]
The text was updated successfully, but these errors were encountered:
laurenceisla
added
the
idea
Needs of discussion to become an enhancement, not ready for implementation
label
Jun 19, 2024
Right now, UPSERTS done with POST requests ignore the filters in the query string, e.g:
But we could make the filter behave like when doing an UPDATE through PATCH. So,
unique_key=neq.1
would not be ignored and instead, it would be used in:Then the previous request would return:
The text was updated successfully, but these errors were encountered: