Thank you, Basically the multiple inheritance structure is a directional non- cyclic graph (i looked at the graph example code in the distribution, it uses methods to get next/previous nodes) . Members are basically another name for attributes.
I understand the need for the primaryjoin now. However the many to many adjacency combination (graph) keeps eluding me. I would like to use the association class so i can use what i learned for the members class (types have multiple members, members have one type). Some more questions: 1) Is associationproxy the only way to create an attribute that skips the inheritance table, where do I indicate the primaryjoin then? 2) I am getting very confused: -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
