Skip to content
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

Entity fields not recognized #122

Open
MelGrubb opened this issue Feb 18, 2022 · 0 comments
Open

Entity fields not recognized #122

MelGrubb opened this issue Feb 18, 2022 · 0 comments

Comments

@MelGrubb
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant