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
@go-jet Bump :) Can you take a look at this? Having a MODEL() for updating all columns besides the primary key would be super useful. Or something similar to the implementation above.
Edit for which ones we would want to exclude we could use .Except() as we do with inserts.
Discussed in #237
Originally posted by rsmidt May 17, 2023
I'm trying to implement a basic upsert where I want to update all fields as soon as I hit a constraint, e.g.
Unfortunately, this doesn't compile. Am I doing something wrong here? Is there maybe a better way to achieve the upsert?
The text was updated successfully, but these errors were encountered: