1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 11:34:10 +02:00

Show comments at routine call (bug #874)

This commit is contained in:
Jakub Vrana
2025-02-23 16:35:11 +01:00
parent 42de70d032
commit 3ad62d55c8
3 changed files with 27 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ Adminer 4.17.0-dev:
Hide index column options by default
Offer original values in multi-row editing (regression from 4.16.0)
MySQL, PostgreSQL, MS SQL: Support CHECK constraint
MySQL: Show comments at routine call (bug #874)
MySQL: Don't offer empty enum value in edit
PostgreSQL: Link user defined types
PostgreSQL: Constraint enum values in editing (bug #270)