``` $this->_connection->query('SHOW TABLES')->fetchAll(\PDO::FETCH_COLUMN) ``` should work. Any idea why it's made to throw an exception for the PDO driver?