Re: [sqlalchemy] "(OperationalError) no such column" when eagerload an association object that has custom secondaryjoin condition in 0.5.8

2010-10-18 Thread Michael Bayer
On Oct 18, 2010, at 2:46 PM, Jasper K wrote: > Hi Group, > > I am using SqlAlchemy 0.5.8 > > I get an "(OperationalError) no such column: child.child_id" error > when trying to eagerload a viewonly many-to-many relationship that > uses the Association Object pattern with a custom secondaryjoin

[sqlalchemy] "(OperationalError) no such column" when eagerload an association object that has custom secondaryjoin condition in 0.5.8

2010-10-18 Thread Jasper K
Hi Group, I am using SqlAlchemy 0.5.8 I get an "(OperationalError) no such column: child.child_id" error when trying to eagerload a viewonly many-to-many relationship that uses the Association Object pattern with a custom secondaryjoin condition (http://www.sqlalchemy.org/docs/05/mappers.html#ass