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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user