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
I am still diagnosing this and reading through your code to make sure I have this right, but it appears from the outside that it is only paying attention to properties on the entity class and ignoring fields. We have some fields that are mapped to the table for reasons I won't go into here, but only the properties are getting set. Since the fields are required on the database though, the "sert" part of "upsert" always fails. If the entity exists in the database, then the update operation works, although I suspect it's still leaving those fields out of the statement.
The text was updated successfully, but these errors were encountered:
I am still diagnosing this and reading through your code to make sure I have this right, but it appears from the outside that it is only paying attention to properties on the entity class and ignoring fields. We have some fields that are mapped to the table for reasons I won't go into here, but only the properties are getting set. Since the fields are required on the database though, the "sert" part of "upsert" always fails. If the entity exists in the database, then the update operation works, although I suspect it's still leaving those fields out of the statement.
The text was updated successfully, but these errors were encountered: