From b98c37eac9d7f088ce72ffd6140522269860dc8f Mon Sep 17 00:00:00 2001 From: "Tim Slavin (MongoDB)" Date: Thu, 24 Jul 2014 09:52:27 -0400 Subject: [PATCH] DOCS-2563: Connection string is case sensitive --- source/reference/connection-string.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/source/reference/connection-string.txt b/source/reference/connection-string.txt index ca8cf8ec959..0a9feaf21a9 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -97,12 +97,11 @@ Connection String Options ------------------------- This section lists all connection options used in the -:ref:`connections-standard-connection-string-format`.The options are -not case-sensitive. +:ref:`connections-standard-connection-string-format`. -Connection options are pairs in the following form: -``name=value``. Separate options with the ampersand (i.e. ``&``) -character. In the following example, a connection uses the +Connection options are pairs in the following form: ``name=value``. The +``value`` is always case sensitive. Separate options with the ampersand +(i.e. ``&``) character. In the following example, a connection uses the ``replicaSet`` and ``connectTimeoutMS`` options: .. code-block:: none