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
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