[sqlalchemy] Multiple relations to the same table in a base declarative class causes errors when querying

2010-02-23 Thread Oliver Beattie
Hi all, I've run into something I can't for the life of me work out why is happening. I've done a quick search and can't find anything. Basically, I have a base class that is subclassed (single table inheritance) with two relations both pointing to one other table. I'm probably confusing as hell,

Re: [sqlalchemy] Multiple relations to the same table in a base declarative class causes errors when querying

2010-02-23 Thread Michael Bayer
On Feb 23, 2010, at 1:03 PM, Oliver Beattie wrote: Hi all, I've run into something I can't for the life of me work out why is happening. I've done a quick search and can't find anything. Basically, I have a base class that is subclassed (single table inheritance) with two relations both