1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 22:56:46 +02:00

SQLite PDO: Display results in SQL query

This commit is contained in:
Jakub Vrana
2025-03-24 13:43:55 +01:00
parent 84e4971b1e
commit 99163feefb
2 changed files with 1 additions and 8 deletions

View File

@@ -116,14 +116,6 @@ if (isset($_GET["sqlite"])) {
}
return false;
}
function multi_query($query) {
return $this->result = $this->query($query);
}
function next_result() {
return false;
}
}
}