You can use IS_IN_DB(db,'table.id','%(otherfield1)s %(otherfield2)s etc') It works on GAE as on non-GAE. It does not use JOINs. Not sue if this helps.
Massimo On Dec 14, 12:53 pm, notabene <[email protected]> wrote: > Web2py (and T2) handles references nicely with a select input-field > > Goggle AppEngine does not support joins. > > I can use IS_IN_DB - but only to select the ID > > Any suggestions on how to support the references in GAE? > > Maybe a variation of the t2.tag_widget using a select field and saving > the ID? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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 -~----------~----~----~----~------~----~------~--~---

