> > Ok, so if I would do it easily I should use directly pymongo, also because > looking at the current DAL seems that the mongoDBadapter doesn't support > raw queries.
I think that your query is a bit specific for a DAL feature. Also, It appears that NoSQL adapters do not support raw queries (i.e. sending a .find(...) argument and returning a set of results. Maybe it would be possible to enhance them by supporting something like the .executesql command in the base NoSQL class. -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

