Aw: Re: Aw: Re: [sqlalchemy] How to explicit name aliased classes in joins of orm.query

2011-07-04 Thread Michael Tils
Here is my mapping, this time in german... Building class: class Lookup(OrmBaseObject): id = 0 lookupCategoryId = 0 category = LookupCategory value = '' properties = { 'lookupCategoryId':tables['lookup'].c.lookup_category_id, 'category':

Re: Aw: Re: Aw: Re: [sqlalchemy] How to explicit name aliased classes in joins of orm.query

2011-07-04 Thread Michael Bayer
On Jul 4, 2011, at 3:25 PM, Michael Tils wrote: Here is my mapping, this time in german... OK, sifting through lots of extraneous details as well as the lack of the actual table definitions, it seems like you're looking to join from Building-BuildingCondition-Lookup. I don't use