-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upsert does not really upsert #3
Comments
Merged
arnaud-thorel-of
added a commit
that referenced
this issue
Jul 24, 2024
* feat(null): upsert and onConflict Issues : - #3 Upsert does not really upsert - #8 add on_conflict for upsert * feat: add upsert methods with onconflict --------- Co-authored-by: jthoreux <[email protected]>
arnaud-thorel-of
added a commit
that referenced
this issue
Jul 25, 2024
…upserts (#39) Issues : - #3 Upsert does not really upsert - #8 add on_conflict for upsert Co-authored-by: jthoreux <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The PostgrestRepository#upsert(List) method does not really upsert values. It actually acts like a post() or create() but does not update existing values.
Proposal
The text was updated successfully, but these errors were encountered: