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

MySQL: Display converting function for binary, bit or geometry fields

This commit is contained in:
Jakub Vrana
2025-03-13 07:50:20 +01:00
parent db7202fcf0
commit 8e91417be1
5 changed files with 17 additions and 1 deletions

View File

@@ -934,6 +934,7 @@ function input($field, $value, $function) {
$field["type"] = "enum";
$field["length"] = $enums;
}
echo $driver->unconvertFunction($field) . " ";
if ($field["type"] == "enum") {
echo h($functions[""]) . "<td>" . $adminer->editInput($_GET["edit"], $field, $attrs, $value);
} else {