The SA documentation has a little discussion of how to do queries involving self-joins: http://www.sqlalchemy.org/docs/04/mappers.html#advdatamapping_relation_selfreferential_query
On Sat, Mar 29, 2008 at 12:57 AM, Laureano Arcanio <[EMAIL PROTECTED]> wrote: > Hi, is there any one who knows a "canonical" way to implement a Recursive > Pattern into my database relations ? > > I suppose it can be implemented as a one to many relationship with himself, > but i'm really not sure this can work neither if there is "a way to do it". > > thaks > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

