Re: [sqlalchemy] Problem with column_mapped_collection and joined table inheritance

2012-04-19 Thread Debilski
Thanks for adding it. I’ll promise to include a test case next time. Cheers /rike -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sqlalchemy/-/f18Gk7IZM1YJ. To post to this

Re: [sqlalchemy] Problem with column_mapped_collection and joined table inheritance

2012-04-19 Thread Michael Bayer
Hi - thanks, I've reopened ticket 2409. Please send along more detail next time as I had to do quite a bit of guessing as to how to reproduce a bug here, thanks ! On Apr 19, 2012, at 10:04 AM, Debilski wrote: > Hi, > > it seems there has been a bug introduced in > http://hg.sqlalchemy.

[sqlalchemy] Problem with column_mapped_collection and joined table inheritance

2012-04-19 Thread Debilski
Hi, it seems there has been a bug introduced in http://hg.sqlalchemy.org/sqlalchemy/rev/4e9c059abca3 when using both column_mapped_collections and joined table inheritance. Due to the fact that:: cols = [c.key for c in [ expression._only_column_elements(q, "mapping_spec")