1
0
mirror of synced 2024-12-13 22:56:04 +03:00

getConnectionByTableName() returns Doctrine_Manager::connection() if table does not exist

This commit is contained in:
samw3 2007-10-15 21:05:20 +00:00
parent 3eb463ad4f
commit ef40c0492f

View File

@ -501,6 +501,7 @@ final class Doctrine
return $table->getConnection();
}
}
return Doctrine_Manager::connection();
}
/**
* importSchema