diff --git a/CHANGELOG.md b/CHANGELOG.md index f08ebc39..b7abfde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## Adminer dev +- Align numeric functions right - Autocomplete: Support table aliases - MySQL: Avoid warning on selecting tables with fulltext indexes (bug #1036) - MySQL, PostgreSQL: Support index algorithms (bug #1030) diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 18f4866c..5844f442 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -459,7 +459,11 @@ if (!$columns && support("table")) { $posted = idx(idx($_POST["val"], $unique_idf), bracket_escape($key)); $editable = !is_array($row[$key]) && is_utf8($html) && $rows[$n][$key] == $row[$key] && !$functions[$key] && !$field["generated"]; $text = preg_match('~text|json|lob~', $field["type"]); - echo "