[sqlalchemy] Re: realize a join between two tables over a mediate table - SQLAlchemy-0.4.7

2008-09-30 Thread kai . krackler
Hello Michael, many thanks for answer. The tables are inputted automatically by SQLAlchemy. Because of this I thought there should not be confusion over schema names. Well, I could solve the problem by following code: ---

[sqlalchemy] realize a join between two tables over a mediate table - SQLAlchemy-0.4.7

2008-09-29 Thread kai . krackler
Hello, I'm using 'SQLAlchemy-0.4.7' and I want to realize a join between two tables over a mediate table. So I have written following code: --- class MSanctionEntity(Mapper): class_name = 'hapo.common.entity.SanctionEntity' table_name = 'ent_entity'