#1617: multiple column-aggregate inheritance and alias defect when importing from
yaml
------------------------------------------------------+---------------------
 Reporter:  floriank                                  |       Owner:  jwage  
     Type:  defect                                    |      Status:  new    
 Priority:  minor                                     |   Milestone:  1.1.0  
Component:  Import/Export                             |     Version:  1.1-DEV
 Keywords:  schema yaml column-aggregate inheritance  |    Has_test:  1      
 Mystatus:  Pending Core Response                     |   Has_patch:  1      
------------------------------------------------------+---------------------
 When importing models from yaml which use column-aggregate inheritance the
 builder is looking for the existance of a keyfield in the next level of
 inheritance only. This is not correctly working when you have an
 inheritance of more than 2 levels (see attached testcase and yaml). Used
 version of Doctrine is 1.1, but it refers to the 1.0-branch as well.
-- 
Ticket URL: <
http://trac.doctrine-project.org/ticket/1617>
Doctrine <
http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper