> I changed my belongs statements like this: > db(db.test.id.belongs(test_ids)).select() - > [db.test[id] for id in > test_ids] > Is there a better way?
db(db.test.id.belongs(test_ids)).select(orderby=db.test.id) > Is the tools.fetch() abstraction necessary? Because GAE still provides > the urllib > interface:http://code.google.com/appengine/docs/python/urlfetch/overview.html#F... When fetch was written they did not. I am glad to hear they do now. > Also is there anything preventing web2py.com migrating to GAE? As I > write this web2py.com is down... I think part of the university network is down for maintenance. Massimo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

