[sqlalchemy] Attribute overriding in mixin inheritance hierarchy

2010-10-21 Thread oystein
Hi all, I am using declarative to model an existing object hierarchy where there is an abstract part that i model as an hierarchy of mixins and a concrete part where i use joined-table inheritance. I have a problem when there is attributes with the same name, one overriding the other, in the

Re: [sqlalchemy] Attribute overriding in mixin inheritance hierarchy

2010-10-21 Thread Michael Bayer
On Oct 21, 2010, at 2:39 PM, oystein wrote: Hi all, I am using declarative to model an existing object hierarchy where there is an abstract part that i model as an hierarchy of mixins and a concrete part where i use joined-table inheritance. I have a problem when there is attributes

Re: [sqlalchemy] Attribute overriding in mixin inheritance hierarchy

2010-10-21 Thread Øystein Senneset Haaland
On Thursday 21. October 2010 22.58.35 Michael Bayer wrote: On Oct 21, 2010, at 2:39 PM, oystein wrote: Hi all, I am using declarative to model an existing object hierarchy where there is an abstract part that i model as an hierarchy of mixins and a concrete part where i use