On Monday 28 January 2008 12:29:52 Cedric wrote: > > Onairhist.select(AND(Onairhist.q.created >= oneDayAgo, > > Onairhist.q.storyID == 3)) > > Thanks, fixed. Where did you find the documentation related to > storyID...?
Dunno, SQLBuilder docs from sqlobject most probably. It might even be that you can do Onairhist.q.story == a_story_object but sometimes that didn't work (at least not with SO .7), so I went to use the *ID-variant. Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

