mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 15:16:44 +02:00
SQLite PDO: Display results in SQL query
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
- PostgreSQL: Display description of system variables
|
- PostgreSQL: Display description of system variables
|
||||||
- PostgreSQL: Avoid warning about crdb_version (bug #924, regression from 5.0.5)
|
- PostgreSQL: Avoid warning about crdb_version (bug #924, regression from 5.0.5)
|
||||||
- PostgreSQL 11: Support PROCEDURE
|
- PostgreSQL 11: Support PROCEDURE
|
||||||
|
- SQLite PDO: Display results in SQL query
|
||||||
- MS SQL: Fix collation issues when retrieving default values
|
- MS SQL: Fix collation issues when retrieving default values
|
||||||
- CSS: Sticky table headers (bug #918)
|
- CSS: Sticky table headers (bug #918)
|
||||||
- CSS: Allow more custom styles with dark mode (bug #925)
|
- CSS: Allow more custom styles with dark mode (bug #925)
|
||||||
|
@@ -116,14 +116,6 @@ if (isset($_GET["sqlite"])) {
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function multi_query($query) {
|
|
||||||
return $this->result = $this->query($query);
|
|
||||||
}
|
|
||||||
|
|
||||||
function next_result() {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user