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

PostgreSQL: Fix parsing of foreign keys with non-ASCII column names (thanks to Tomas Pecina)

This commit is contained in:
Jakub Vrana
2021-05-14 06:21:09 +02:00
parent a12d31c5a8
commit 60ad161178
4 changed files with 11 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ MySQL: Allow moving views to other DB and renaming DB with views (bug #783)
MariaDB: Do not treat sequences as views (PR #416)
PostgreSQL: Support UPDATE OF triggers (bug #789)
PostgreSQL: Support triggers with more events (OR)
PostgreSQL: Fix parsing of foreign keys with non-ASCII column names
PostgreSQL < 10 PDO: Avoid displaying GENERATED ALWAYS BY IDENTITY everywhere (bug #785, regression from 4.7.9)
SQLite: Fix displayed types (bug #784, regression from 4.8.0)