Commit c79d233e by Qiang Xue

Fixes #2552.

parent f9648fed
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment