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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -