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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -