-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Cursors
-
Not Needed
Use Case
As a Node.js driver engineer
I want to remove OP_QUERY concepts from the cursor API
So that we clearly remove support for up-converting legacy settings
User Impact
- Deprecation warning in documentation
Dependencies
- None
Unknowns
- Is there any functionality that isn't easily controllable via FindOptions orĀ
addQueryModifier? If yes, ensure we introduce options or modifiers needed.
Acceptance Criteria
Implementation Requirements
- Add deprecation tags to FLAGS, CURSOR_FLAGS, and addCursorFlag
- Add recommended migration for each option/flag
Testing Requirements
- Type test for deprecation
Documentation Requirements
- No additional.
Follow Up Requirements
- File removal ticket in Node v7