Skip to content

Commit fe71946

Browse files
authored
same comment
1 parent 841b274 commit fe71946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Mysqli/MysqliDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ public function getTableList()
631631
{
632632
$this->connect();
633633

634-
// Set the query to get the tables statement.
634+
// Set the query to get the tables statement and not the views.
635635
return $this->setQuery('SHOW FULL TABLES WHERE table_type="BASE TABLE"')->loadColumn();
636636
}
637637

0 commit comments

Comments
 (0)