1
0
mirror of synced 2025-01-19 06:51:40 +03:00

Merge branch 'master' of github.com:doctrine/doctrine2

This commit is contained in:
Benjamin Eberlei 2011-06-20 21:26:33 +02:00
commit a5cddb0c11

View File

@ -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);
} }