-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.0.2
-
Component/s: Java Shell
-
None
-
Environment:OS: Windows
node.js / npm versions: 8.19.4
Additional info: none
-
Developer Tools
Problem Statement
MongoDB Shell for JVM not support distinct, remove and findAndModify.
Steps to Reproduce
Build the jar like MongoDB Shell,then use the jar to execute js code
db.collection.explain().distinct()
Expected Results
The explain result for distinct。
Actual Results
The distinct result,i.e. an array result。
- is duplicated by
-
MONGOSH-1616 MongoDB Shell for JVM not support distinct, remove and findAndModify
- Closed