1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-29 01:00:07 +02:00

MySQL: Display converting function for binary, bit or geometry fields

This commit is contained in:
Jakub Vrana
2025-03-13 07:50:20 +01:00
parent db7202fcf0
commit 8e91417be1
5 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
Adminer dev:
MySQL: Display converting function for binary, bit or geometry fields
MySQL: Display default values of binary columns
MySQL: Allow setting default values of json column
MariaDB: Don't display NULL as default value (regression from 5.0.0)