[sqlalchemy] Recursive eagerloading

2010-01-05 Thread boothead
Hi All, I've got a fairly complicated object structure for which I'm building a tree type object. The first level of the tree is a polymorphic relation with three subclasses. Two of those subclasses are fairly straightforward, but the 3rd points to another class with subclasses. I would like to

Re: [sqlalchemy] Recursive eagerloading

2010-01-05 Thread Michael Bayer
On Jan 5, 2010, at 12:06 PM, boothead wrote: Hi All, I've got a fairly complicated object structure for which I'm building a tree type object. The first level of the tree is a polymorphic relation with three subclasses. Two of those subclasses are fairly straightforward, but the 3rd