Browse Source

Fixes #2552.

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
c79d233ea4
  1. 2
      framework/db/mssql/Schema.php

2
framework/db/mssql/Schema.php

@ -368,7 +368,7 @@ SQL;
}
$sql = <<<SQL
SELECT [t].[table]
SELECT [t].[table_name]
FROM [information_schema].[tables] AS [t]
WHERE [t].[table_schema] = :schema AND [t].[table_type] = 'BASE TABLE'
SQL;

Loading…
Cancel
Save