Show
Ignore:
Timestamp:
08/26/08 22:30:02 (19 months ago)
Author:
guilhermeblanco
Message:

Dropped Doctrine_Record_Abstract::ownsOne and Doctrine_Record_Abstract::ownsMany as scheduled.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Table.php

    r4823 r4829  
    639639                if ($relation->getTable() === $this && in_array($relation->getLocal(), $primary)) { 
    640640                    if ($relation->hasConstraint()) { 
    641                         throw new Doctrine_Table_Exception("Badly constructed integrity constraints."); 
     641                        throw new Doctrine_Table_Exception("Badly constructed integrity constraints. Cannot define constraint of different fields in the same table."); 
    642642                    } 
    643643                    continue;