[sqlalchemy] Re: multiple inheritance experiment

2011-04-11 Thread Lars
Hi again, On Apr 10, 11:17 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Apr 10, 2011, at 1:27 PM, Lars wrote: Hi Michael, Thank you for the suggestions. I noticed that all the foreign keys to superclasses are identical (same id number). What would be the disadvantage of using

Re: [sqlalchemy] Execute a function on orphan

2011-04-11 Thread Hector Blanco
That is what I was looking for! http://www.sqlalchemy.org/docs/orm/interfaces.html?highlight=attributeextension#sqlalchemy.orm.interfaces.AttributeExtension Thank you very much! 2011/4/10 Michael Trier mtr...@gmail.com: On Sat, Apr 9, 2011 at 10:32 PM, Hector Blanco white.li...@gmail.com