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