We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfe9fd8 + a4f5725 commit 47c4672Copy full SHA for 47c4672
Model/Datasource/Database/Sqlite3.php
@@ -219,7 +219,7 @@ public function listSources() {
219
return $cache;
220
}
221
222
- $result = $this->fetchAll("SELECT name FROM sqlite_master WHERE type='table' ORDER BY name;", false);
+ $result = $this->fetchAll("SELECT name FROM sqlite_master WHERE type='table' OR type='view' ORDER BY name;", false);
223
224
if (!$result || empty($result)) {
225
return array();
0 commit comments