-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fix embedded models parsing with key_name
#262
Conversation
🚀 Deployed on https://docs-preview-262--odmantic.netlify.app |
key_name
parsing
Codecov Report
@@ Coverage Diff @@
## master #262 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 44 44
Lines 4624 4679 +55
Branches 793 808 +15
=========================================
+ Hits 4624 4679 +55
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Fix bug (issue #260): when using key_name in EmbeddedModel's fields, insertion work properly but resuming document fails
939644a
to
7eff00b
Compare
be0e8b0
to
d958f8e
Compare
key_name
parsingkey_name
Fixes #260
Supersedes #261