[sqlalchemy] Re: Relation spanning multiple tables

2009-06-02 Thread Mike Conley
This looks like an association proxy. Have you tried that? http://www.sqlalchemy.org/docs/05/reference/ext/associationproxy.html -- Mike Conley On Mon, Jun 1, 2009 at 11:46 PM, George Sakkis george.sak...@gmail.comwrote: I can't for the life of me figure out how to specify a relation

[sqlalchemy] Re: Relation spanning multiple tables

2009-06-02 Thread George Sakkis
On Jun 2, 7:00 am, Mike Conley mconl...@gmail.com wrote: This looks like an association proxy. Have you tried that? http://www.sqlalchemy.org/docs/05/reference/ext/associationproxy.html I don't see how this is related. From a quick read, it seems that's a simplified way to handle