1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-22 14:12:51 +02:00

Order database names in MySQL 8(bug #613)

This commit is contained in:
Jakub Vrana
2018-05-06 17:55:56 +02:00
parent 3c3d861f41
commit 11f24a52e4
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ Fix displaying info about non-alphabetical objects (bug #599)
Use secure cookies on HTTP if session.cookie_secure is set
PDO: Support binary fields download
MySQL: Use CONVERT() only when searching for non-ASCII (bug #603)
MySQL: Order database names in MySQL 8 (bug #613)
PostgreSQL: Add SQL operator to search
PostgreSQL: Fix editing data in views (bug #605, regression from 4.6.0)
PostgreSQL: Do not cast date/time/number/uuid searches to text (bug #608)