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

Support multi-line table comments

This commit is contained in:
Jakub Vrana
2021-05-23 11:38:04 +02:00
parent 473f7264f8
commit 2dd65f0c0f
2 changed files with 11 additions and 4 deletions

View File

@@ -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)