2 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: Create tables with h...
FromSent OnAttachments
PopCorn29 May 2008 00:00 
az...@svilendobrev.com29 May 2008 02:57 
Subject:[sqlalchemy] Re: Create tables with hierarchy relationship
From:az...@svilendobrev.com (az@svilendobrev.com)
Date:05/29/2008 02:57:38 AM
List:com.googlegroups.sqlalchemy

not sure if u are talking about inheritance patterns? http://www.sqlalchemy.org/docs/04/mappers.html#advdatamapping_mapper_inheritance

Currently i am having problem with this implementation. I have 4 tables, namely 1 parent table with 3 children tables.

Primary key from the parent table is assigned to each of the children table. However, if primary key 1 is being assigned child table 1, it cannot be re-assignment to child table 2.

How should i implement it?

Thanks and Regards Poy Ling