-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
insertMany() fails when encodables have nil on different fields between them. #1130
Comments
Would it be possible to cut a new release with this change? |
@withzombies Going to do it tomorrow, I add a reminder on my phone. I'm sorry for this! |
No worries! I appreciate the work you're doing here |
@nathanfallet please undo the merge of the unfinished PR before releasing |
Well, we'll wait for #1148 to be merged and then do a release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
insertMany(_ encodables: [Encodable])
fails when optional fields (nullable) havenil
as its value on different fields among them.Getting this message/error:
Build Information
General guidelines
Thanks in advance.
The text was updated successfully, but these errors were encountered: