-
Notifications
You must be signed in to change notification settings - Fork 78
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
Primary key not required #115
Comments
Good day, @jcavar!
Thanks! |
If we get invalid data without identifier, FEM inserts object without identifier. What I meant by that is this part of code: My feeling is that there should be else case where you return nil. |
@jcavar oh, I got it. Can you check out branch required-pk? Will it help if you gonna use this version? If so, I'll roll out a release |
That looks like it, yes! |
Hello!
I understand data validation is more of general concern and maybe out of scope for this librarty. There were also few questions asked before, however I am interested specifically about
primaryKey
attribute.If you specify it for your mapping, does it make sense to create object when not in representation? At the moment framework just checks and if not in, it ignores it, but it sounds to me like this should result in error (or nil).
What are your thoughts?
The text was updated successfully, but these errors were encountered: