getConnectionByTableName() returns Doctrine_Manager::connection() if table does not exist
This commit is contained in:
parent
3eb463ad4f
commit
ef40c0492f
@ -501,6 +501,7 @@ final class Doctrine
|
||||
return $table->getConnection();
|
||||
}
|
||||
}
|
||||
return Doctrine_Manager::connection();
|
||||
}
|
||||
/**
|
||||
* importSchema
|
||||
|
Loading…
Reference in New Issue
Block a user