[sqlalchemy] Re: alias table names with a self-ref join

2007-09-09 Thread Scott Beardsley
On 9/9/07, Michael Bayer <[EMAIL PROTECTED]> wrote: > youre trying to do nested sets. Ya, I'm not up to date on my DB terminology. > Im also not familiar with any ORM > in any language that supports nested set object-relational > mappings. OK. I'll likely implement a tree using the example in t

[sqlalchemy] Re: alias table names with a self-ref join

2007-09-09 Thread Michael Bayer
On Sep 9, 2007, at 1:09 PM, sc0ttbeardsley wrote: > > I'm newish to SQLAlchemy. I've been trying to do something for too > long now so I'm posting here. I'm trying to implement a tree in sql. > I've seen the example here[1] but I prefer to implement trees using > this method[2] (it's cleaner and