1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Move is_c_style_escapes to Min_Driver

This commit is contained in:
Jakub Vrana
2025-02-25 07:26:08 +01:00
parent a1235f68ff
commit 4f0da70733
7 changed files with 30 additions and 35 deletions

View File

@@ -764,10 +764,6 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
return $return;
}
function is_c_style_escapes() {
return false;
}
function show_status() {
$return = array();
foreach (get_vals("PRAGMA compile_options") as $option) {