Hi All,

Since I'm interested in python, web2py and recently mongodb and after
seeing breedvel...@gmail.com post 
http://code.google.com/p/web2py/issues/detail?id=497
to get inserts on the MongoDBAdapter working I've been hacking the
MongoDBAdapter code further to get select (and,or,eq,gt,lt,le,ge,ne
including orderby attribute), count, update and delete, drop and
truncate working. The code is very much a hack, is only going to work
for a subset of the available field types etc, as I'm still learning
the dal code and had issues around the dal using 'id' as a primary key
and mongodb using '_id' of type objectid, pymongo's required syntax
etc.. Let me know where to post the code/changes so others can check
this out, I'm not sure if Massimo still had any plans to implement
this adapter?

Thanks

Paul

Reply via email to