Re: [sqlalchemy] Relationship crossing multiple tables

2010-04-12 Thread Anders Langworthy
On Mon, Apr 12, 2010 at 11:04 AM, Michael Bayer wrote: > Anders Langworthy wrote: >> Hi all, >> >> I've been trying to get the "grandchildren" relationship working in >> the code below, but have just about run out of permutations to try.  I >> cou

[sqlalchemy] Relationship crossing multiple tables

2010-04-12 Thread Anders Langworthy
Hi all, I've been trying to get the "grandchildren" relationship working in the code below, but have just about run out of permutations to try. I couldn't get much out of the docs, and the archives turned up a few similar queries but none with an answer. Is this even possible? Is there a better