When introspecting a mapper, we can figure out the class type of its
properties like this:
For ColumnProperty:
prop.columns[0].type.__class__
For RelationProperty (relationship):
prop.argument
For RelationProperty (backref):
prop.argument.class_
How do I determine the class type a SynonymProperty is expected to
house?
--
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.