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

MySQL, MariaDB: Fix default values with ' (fix #895)

This commit is contained in:
Jakub Vrana
2025-03-10 21:01:21 +01:00
parent e589ee3fde
commit 31f8f61d0e
2 changed files with 17 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ Adminer dev:
Fix gzip export (bug #896)
Fix importing multiple SQL files not terminated by semicolon
Use <datalist> for altering collations
MySQL, MariaDB: Fix default values with ' (bug #895)
MariaDB: Fix creating and altering generated columns (bug #897)
Adminer 5.0.2 (released 2025-03-10):