Using a '.' in your key name in MongoDB (PyMongo)

Posted by user319723 on Stack Overflow See other posts from Stack Overflow or by user319723
Published on 2010-04-23T21:52:07Z Indexed on 2010/04/23 22:13 UTC
Read the original article Hit count: 222

Filed under:
|

When I try saving a dict with a '.' in the key PyMongo throws an error (InvaildName) however I do see (on the Mongodb website) that keys can have '.''s in them. Why is it that pymongo won't let me save these docs? Is there an issue with them and Mongo?

James

© Stack Overflow or respective owner

Related posts about mongodb

Related posts about pymongo