I tried to use 
http://www.sqlalchemy.org/docs/adv_datamapping.html#advdatamapping_inheritance_joined
-- Joined Table Inheritance.

And according to that example in documentation, I need to "add a new
worker": at the beginning I had a simple employee (and the record in
employees' table). Than I want to make that person an engineer (for
example) -- with a necessary record in engineers' table.

How can I do this?

I tried just to create a new engineer with a link to existing record
in employees' table, but it tries to create a new record in EMPLOYEEs'
table. But I need just creating a record in ENGINEERs' table.

Don't show you a code because it's like code in example and to make
the message smaller.

Thanks.

--~--~---------~--~----~------------~-------~--~----~
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