getConnectionByTableName() returns Doctrine_Manager::connection() if table does not exist
This commit is contained in:
parent
3eb463ad4f
commit
ef40c0492f
1 changed files with 1 additions and 0 deletions
|
@ -501,6 +501,7 @@ final class Doctrine
|
||||||
return $table->getConnection();
|
return $table->getConnection();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return Doctrine_Manager::connection();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* importSchema
|
* importSchema
|
||||||
|
|
Loading…
Add table
Reference in a new issue