Hi all

According to the web2py book[1] accessible_query(...) is not working on GAE.
As there is now a google:sql and google:datastore storage available I 
thought of using both: sql for the auth and datastore for the rest.
The output of the accessible_query would be ideal to query the datastore.

What do you think? Could this work? Will web2py auth support this?

In models/db.py I would try something like this:

sql = DAL('google:sql')
datastore = DAL('google:datastore')
from gluon.tools import Auth
auth = Auth(sql)

Cheers
-Luca.

[1] http://web2py.com/books/default/chapter/29/09

-- 

--- 
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.


Reply via email to