[sqlalchemy] Re: How to most effectively associate child objects to parents upon _init__ (lookup tables)

2007-06-05 Thread Eric Ongerth
Hi John, Check out the doc section entitled Mapping a class with table inheritance: http://www.sqlalchemy.org/docs/adv_datamapping.html#advdatamapping_inheritance Although it's not the only way to do it, you might be interested in polymorphic multiple-table inheritance, which SQLAlchemy already

[sqlalchemy] Re: How to most effectively associate child objects to parents upon _init__ (lookup tables)

2007-06-05 Thread Eric Ongerth
What's more, I should have just said to look in your sqlalchemy subdirectory /examples/polymorph/polymorph.py. I forgot that's where I learned the above techniques a month ago... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the