On Sep 27, 3:01 pm, mdipierro <[email protected]> wrote: > > 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)
are you sure "belongs" works on GAE? I get an "IN" error. > > 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. so do you think it's worth migrating then? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

