You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: db.command to not inherit options from parent
Fixes `db.command` method to not inherit readPreference, writeConcern, readConcern from parent. centralizes readPreference helpers translate, resolve, fromOptions to the ReadPreference class. Adds Aspect "NO_INHERIT_OPTIONS" to command operations for flagging specific operations. Creates `RunCommand` operation to wrap `CommandV2`, updating `db.command` to use `CommandV2`.
NODE-2649
0 commit comments