diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index 9756cd91..0496cf4d 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -1187,7 +1187,7 @@ function is_url($string) { * @return bool */ function is_shortable($field) { - return preg_match('~char|text|lob|geometry|point|linestring|polygon|string~', $field["type"]); + return preg_match('~char|text|lob|geometry|point|linestring|polygon|string|bytea~', $field["type"]); } /** Get query to compute number of found rows