[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] Re: realize a join between two tables over a mediate table - SQLAlchemy-0.4.7

2008-09-30 Thread Michael Bayer
On Sep 30, 2008, at 5:16 AM, [EMAIL PROTECTED] wrote: 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. you mean autoload=True. You might want to remove the

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

2008-09-29 Thread Michael Bayer
On Sep 29, 2008, at 1:38 PM, [EMAIL PROTECTED] wrote: 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 =