1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 09:34:10 +02:00

Prevent adminer to consider MariaDB sequences being views

This commit is contained in:
Vladimír Dudr
2021-02-25 16:40:56 +01:00
committed by Jakub Vrana
parent 72beecc0ab
commit f6880b59d6
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ Adminer 4.8.1-dev:
Fix more PHP 8 warnings (bug #781)
Avoid PHP warnings with PDO drivers (bug #786, regression from 4.7.8)
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 < 10 PDO: Avoid displaying GENERATED ALWAYS BY IDENTITY everywhere (bug #785, regression from 4.7.9)