This commit is contained in:
parent
9828081533
commit
c2b37f0e53
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
|
||||||
$lower = strtolower($name);
|
$lower = strtolower($name);
|
||||||
|
|
||||||
if (isset($this->columns[$lower])) {
|
if (isset($this->columns[$lower])) {
|
||||||
throw new Doctrine_Table_Exception('Column name with ' . $lower . ' already exists!');
|
throw new Doctrine_Table_Exception("Couldn't bind relation. Column with name " . $lower . ' already exists!');
|
||||||
}
|
}
|
||||||
|
|
||||||
$e = explode(' as ', $name);
|
$e = explode(' as ', $name);
|
||||||
|
|
Loading…
Add table
Reference in a new issue