From: Jakub Vrana Date: Sun, 23 May 2021 09:38:04 +0000 (+0200) Subject: Support multi-line table comments X-Git-Tag: v4.16.0~143 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=2dd65f0c0f711fe33051954ddde64a78cdea0893;p=adminer.git Support multi-line table comments --- diff --git a/adminer/create.inc.php b/adminer/create.inc.php index 4e57f78d..03acfe42 100644 --- a/adminer/create.inc.php +++ b/adminer/create.inc.php @@ -185,11 +185,17 @@ edit_fields($row["fields"], $collations, "TABLE", $foreign_keys);

: "> -' +" . h($row["Comment"]) . "" + : '' + ) : '') -; ?> +; +?>

diff --git a/changes.txt b/changes.txt index d5c4c5f6..a9a2c3d2 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,5 @@ Adminer 4.8.2-dev: +Support multi-line table comments MySQL: Use ST_SRID() instead of SRID() for MySQL 8 (PR #418) PostgreSQL PDO: Allow editing rows identified by boolean column (PR #380)