Commit cde20c6e authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-85' into 2.0.x

parents a00764c4 028ded6a
...@@ -266,7 +266,7 @@ class MySqlPlatform extends AbstractPlatform ...@@ -266,7 +266,7 @@ class MySqlPlatform extends AbstractPlatform
public function getListTablesSQL() public function getListTablesSQL()
{ {
return 'SHOW FULL TABLES WHERE Table_type = "BASE TABLE"'; return "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'";
} }
public function getListTableColumnsSQL($table) public function getListTableColumnsSQL($table)
......
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