Merge branch 'master' of github.com:doctrine/doctrine2
This commit is contained in:
commit
a5cddb0c11
@ -110,6 +110,8 @@ class DatabaseDriver implements Driver
|
||||
return;
|
||||
}
|
||||
|
||||
$tables = array();
|
||||
|
||||
foreach ($this->_sm->listTableNames() as $tableName) {
|
||||
$tables[$tableName] = $this->_sm->listTableDetails($tableName);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user