Skip to content

Fix db case sensitivity limitations #1759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/reference/limits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down