Hi,
I also tried like this, But not working

instance_of_B.__mapper_args__["polymorphic_identity"] = "type_c"
DBSession.add(instance_of_B)
transaction.commit();

and

instance_of_B.__mapper__.polymorphic_identity = "type_c"
DBSession.add(instance_of_B)
transaction.commit();


Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to