I need to have key fields with a '.' in them. Is there a way to do it? (I am unable to encode them)
+2
A:
From the MongoDB docs "the '.' character must not appear anywhere in the key name". It looks like you'll have to come up with an encoding scheme or do without.
maerics
2010-04-26 21:38:57