1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-17 03:53:59 +02:00

MySQL: Don't offer empty enum value in edit

MySQL errors if there's an invalid value on the first row of INSERT or
UPDATE, regardless of the sql_mode variable.
This commit is contained in:
Jakub Vrana
2025-02-23 13:17:08 +01:00
parent 7ece69a8c4
commit 9d992e4be6
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
Adminer 4.17.0-dev:
Hide index column options by default
MySQL, PostgreSQL, MS SQL: Support CHECK constraint
MySQL: Don't offer empty enum value in edit
PostgreSQL: Link user defined types
PostgreSQL: Constraint enum values in editing (bug #270)
SQLite: Show all supported pragmas in Variables