From 42a87b9972d916474c5089bb2375d63c6f4b7d73 Mon Sep 17 00:00:00 2001 From: Kevin Pulo Date: Tue, 6 May 2014 13:42:28 +1000 Subject: [PATCH] Fix db case sensitivity limitations --- source/reference/limits.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/limits.txt b/source/reference/limits.txt index 17692c49db7..db41f9f1e49 100644 --- a/source/reference/limits.txt +++ b/source/reference/limits.txt @@ -332,8 +332,8 @@ Naming Restrictions .. limit:: Database Name Case Sensitivity - Database names are case sensitive even if the underlying file - system is case insensitive. MongoDB does not permit database names + Database names are case insensitive even if the underlying file + system is case sensitive. MongoDB does not permit database names that differ only by the case of the characters. .. limit:: Restrictions on Database Names for Windows