[sqlalchemy] aliased tables and _deep_deannotate (again)

2012-04-03 Thread Christoph Rauch
Hello Michael, hello List, thanks for your previous patch. Most queries of that type do work now. I am sorry but I have to inform you that I stumbled upon another query which used these selects in a nested fashion, that triggered the bug. :-} cheers, Christoph -- You received this message

Re: [sqlalchemy] aliased tables and _deep_deannotate (again)

2012-04-03 Thread Michael Bayer
OK so from the ORM perspective, you're building column_property objects composed from others right ? On Apr 3, 2012, at 2:59 AM, Christoph Rauch wrote: Hello Michael, hello List, thanks for your previous patch. Most queries of that type do work now. I am sorry but I have to inform you

Re: [sqlalchemy] aliased tables and _deep_deannotate (again)

2012-04-03 Thread Michael Bayer
anyway, this is fixed again by applying my original patch that I thought I wasn't going to need, so thanks for the very nice testing ! On Apr 3, 2012, at 9:39 AM, Michael Bayer wrote: OK so from the ORM perspective, you're building column_property objects composed from others right ?

Re: [sqlalchemy] aliased tables and _deep_deannotate (again)

2012-04-03 Thread Christoph Rauch
Hello Michael, 2012/4/3 Michael Bayer mike...@zzzcomputing.com anyway, this is fixed again by applying my original patch that I thought I wasn't going to need, so thanks for the very nice testing ! Ah, nice! I'll apply that one then. Thank *you* for all the awesome work! :) -- Christoph

Re: [sqlalchemy] aliased tables and _deep_deannotate (again)

2012-04-03 Thread Christoph Rauch
Hello Michael, 2012/4/3 Michael Bayer mike...@zzzcomputing.com OK so from the ORM perspective, you're building column_property objects composed from others right ? Correct. If I think about it, its totally awesome that this works at all. :) -- Christoph -- You received this message