Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Conversation

addaleax
Copy link
Contributor

As of MongoDB 4.4, the server does not return an ns field
when using listIndexes. Therefore, we add it ourselves
based on the original input to the query.

We are not using the field directly in the source code, but
monogbd-index-model uses ot to derive its id field.

Description

Checklist

  • New tests and/or benchmarks are included
  • Documentation is changed or added

Open Questions

Dependents

Types of changes

  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

As of MongoDB 4.4, the server does not return an `ns` field
when using `listIndexes`. Therefore, we add it ourselves
based on the original input to the query.

We are not using the field directly in the source code, but
`monogbd-index-model` uses ot to derive its `id` field.
@addaleax addaleax merged commit ed4e8ef into master Sep 25, 2020
@addaleax addaleax deleted the 4371-dev branch September 25, 2020 15:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants