Details
-
Improvement
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
mongodb-3.0
-
None
-
x86_64 GNU/Linux, 3.8.0-32-generic, Ubuntu 13.04.
-
0.1
-
Docs Sprint 2016 (03.07-03.25)
-
true
Description
Connection String Options are all named beginning with "uri."
http://docs.mongodb.org/manual/reference/connection-string/
However, the right way to use them is to specify the options without "uri." prefix, like in few examples distributed in the long manual text. So, it is not evident that we should trucate "uri." and use only the second part of the option in the connection string.
Used mongo-cxx-driver to create connection string with and without "uri."
Suggestion: rename all options trucating "uri." prefix.