Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-4611

$ can't be in a database name

      http://docs.mongodb.org/manual/reference/limits/ does not clearly document that $ can't be in a database name.

      For example:

      > use $dsf
      switched to db $dsf
      > db.col.insert({})
      WriteResult({
      "nInserted" : 0,
      "writeError" :

      { "code" : 17320, "errmsg" : "cannot do createCollection on namespace with a $ in it: $dsf.col" }

      })

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            spencer.jackson@mongodb.com Spencer Jackson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 10 weeks, 3 days ago