Re: [sqlalchemy] New error in table inheritance in 0.7.4

2012-01-28 Thread Michael Bayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thank you, this is fixed in r7aa8ccdc34dd . On Jan 28, 2012, at 2:02 AM, Fayaz Yusuf Khan wrote: This simple inheritance mapping script (attached) would work in version 0.7.3 but not in 0.7.4. In the new version it would raise an

Re: [sqlalchemy] contains_eager across multiple relationships using aliases

2012-01-28 Thread Justin Thiessen
On Friday, January 20, 2012 9:17:53 PM UTC-8, Michael Bayer wrote: On Jan 20, 2012, at 6:59 PM, Justin Thiessen wrote: snip description of confusion regarding contains_eager and multi-level joins contains_eager(User.job, alias=job_alias) contains_eager(User.job, Job.desk,