I don't know if I'm too clear, but I'll try to explain it. I'm using a
set up similar to the one in
http://www.sqlalchemy.org/docs/04/mappers.html#advdatamapping_mapper_inheritance_joined
. I want to be able to change the type of an object. For example, in
the example in the link above, I want to be able to change an Employee
into an Engineer and viceversa.

Is there a way to do this? Or should I delete the object and create a
new one? And in the last case (create new), how would I be able to
update ForeignKey relationships referencing the changed object?

Thanks in advance for your help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to