-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Environment:buildInfo()
{
version: '2.5.0',
distributionKind: 'compiled',
buildArch: 'x64',
buildPlatform: 'linux',
buildTarget: 'linux-x64-openssl3',
buildTime: '2025-04-08T13:07:57.160Z',
gitVersion: '2b03591a8cde3171c86f11d4217352266f1b1a9c',
nodeVersion: 'v20.19.0',
opensslVersion: '3.2.4',
sharedOpenssl: true,
runtimeArch: 'x64',
runtimePlatform: 'linux',
runtimeGlibcVersion: '2.40',
deps: {
nodeDriverVersion: '6.14.2',
libmongocryptVersion: '1.13.0',
libmongocryptNodeBindingsVersion: '6.3.0',
kerberosVersion: '2.1.0'
}
}buildInfo() { version: '2.5.0', distributionKind: 'compiled', buildArch: 'x64', buildPlatform: 'linux', buildTarget: 'linux-x64-openssl3', buildTime: '2025-04-08T13:07:57.160Z', gitVersion: '2b03591a8cde3171c86f11d4217352266f1b1a9c', nodeVersion: 'v20.19.0', opensslVersion: '3.2.4', sharedOpenssl: true, runtimeArch: 'x64', runtimePlatform: 'linux', runtimeGlibcVersion: '2.40', deps: { nodeDriverVersion: '6.14.2', libmongocryptVersion: '1.13.0', libmongocryptNodeBindingsVersion: '6.3.0', kerberosVersion: '2.1.0' } }
-
1
-
None
-
Developer Tools
Problem Statement/Rationale
The Double.help method in mongosh, shows the wrong description (about Long)
> Double.help The Double BSON Class.: For more information on usage: https://mongodb.github.io/node-mongodb-native/3.6/api/Long.html
Steps to Reproduce
Just run Double.help in mongosh
Expected Results
The right link to the documentation
Additional Notes
Any additional information that may be useful to include.