What characters are NOT allowed in MongoDB field names? -


i figured out of course . , space aren't allowed. there other forbidden characters ?

you can use (utf8) character in field name aren't special (contains ".", or starts "$").

https://jira.mongodb.org/browse/server-3229

https://stackoverflow.com/a/7976235/311220

it's best stick lowercase alphanumeric underscores though.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -