-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: Multiple docs with nil value on unique-indexed field #2276
feat: Multiple docs with nil value on unique-indexed field #2276
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #2276 +/- ##
===========================================
+ Coverage 74.02% 74.22% +0.20%
===========================================
Files 256 256
Lines 25740 25789 +49
===========================================
+ Hits 19052 19141 +89
+ Misses 5366 5333 -33
+ Partials 1322 1315 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, I mostly just have documentation requests :)
…work#2276) ## Relevant issue(s) Resolves sourcenetwork#2180 ## Description Allow multiple docs with nil value on unique-indexed field. This change also included few minor query optimizations that involve secondary indexes. Explain request is slightly adjusted not to increase field fetches count upon fetching indexes.
Relevant issue(s)
Resolves #2180
Description
Allow multiple docs with nil value on unique-indexed field.
This change also included few minor query optimizations that involve secondary indexes.
Explain request is slightly adjusted not to increase field fetches count upon fetching indexes.
Tasks
How has this been tested?
Unit and integration tests.
Specify the platform(s) on which this was tested: