1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-25 15:31:15 +02:00

MySQL: Descending indexes in MySQL 8 (bug #643)

This commit is contained in:
Jakub Vrana
2018-10-27 20:05:04 +02:00
parent 9f0ee9cf41
commit 5bebb439a1
8 changed files with 9 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ Increase username maxlength to 80 (bug #623)
Make maxlength in all fields a soft limit
MySQL: Support foreign keys created with ANSI quotes (bug #620)
MySQL: Recognize ON UPDATE current_timestamp() (bug #632, bug #638)
MySQL: Descending indexes in MySQL 8 (bug #643)
PostgreSQL: Quote array values in export (bug #621)
PostgreSQL: Export DESC indexes (bug #639)
PostgreSQL: Support GENERATED BY DEFAULT AS IDENTITY in PostgreSQL 10