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

feat: Multiple docs with nil value on unique-indexed field #2276

Merged

PR fixups

a5fc174
Select commit
Loading
Failed to load commit list.
Merged

feat: Multiple docs with nil value on unique-indexed field #2276

PR fixups
a5fc174
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 7, 2024 in 1s

79.61% of diff hit (target 74.02%)

View this Pull Request on Codecov

79.61% of diff hit (target 74.02%)

Annotations

Check warning on line 103 in db/fetcher/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/fetcher/errors.go#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 444 in db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/fetcher/indexer_iterators.go#L444

Added line #L444 was not covered by tests

Check warning on line 545 in db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/fetcher/indexer_iterators.go#L544-L545

Added lines #L544 - L545 were not covered by tests

Check warning on line 574 in db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/fetcher/indexer_iterators.go#L573-L574

Added lines #L573 - L574 were not covered by tests

Check warning on line 581 in db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/fetcher/indexer_iterators.go#L580-L581

Added lines #L580 - L581 were not covered by tests

Check warning on line 596 in db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/fetcher/indexer_iterators.go#L595-L596

Added lines #L595 - L596 were not covered by tests

Check warning on line 655 in db/fetcher/indexer_iterators.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/fetcher/indexer_iterators.go#L655

Added line #L655 was not covered by tests

Check warning on line 134 in db/index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/index.go#L133-L134

Added lines #L133 - L134 were not covered by tests

Check warning on line 299 in db/index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/index.go#L299

Added line #L299 was not covered by tests

Check warning on line 325 in db/index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/index.go#L324-L325

Added lines #L324 - L325 were not covered by tests

Check warning on line 342 in db/index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/index.go#L341-L342

Added lines #L341 - L342 were not covered by tests

Check warning on line 359 in db/index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/index.go#L358-L359

Added lines #L358 - L359 were not covered by tests

Check warning on line 365 in db/index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

db/index.go#L364-L365

Added lines #L364 - L365 were not covered by tests