[web2py] MongoDb Adapter issues

2012-05-17 Thread Krzysztof Mulica
Hello, I'm having issues with the mongo adapter doing selects (using latest code from git.) The initial issue i ran into was not being able to import SON in dal.py (i changed from pymongo to from bson and that fixed that) After that I ran into issues with pymongo.objectid, after a little resear

[web2py] Re: MongoDB Adapter error in select

2012-05-15 Thread Krzysztof Mulica
I'm guessing he's looking for something like I am, http://cookbook.mongodb.org/patterns/count_tags/ { "title" : "A blog post", "author" : "Kristina", "content" : "...", "tags" : ["MongoDB", "Map/Reduce", "Recipe"] } using DAL, how would I go about inserting that list, what wo