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

Fix PgSQL generated always as identity fix

This commit is contained in:
Sartor
2020-04-29 13:03:23 +03:00
committed by Jakub Vrana
parent d888031603
commit 5cab8eabb7
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ Adminer 4.7.9-dev:
Elasticsearch, ClickHouse: Do not print response if HTTP code is not 200
PostgreSQL: Export all FKs after all CREATE TABLE (PR #351)
PostgreSQL: Fix dollar-quoted syntax highlighting (bug #738)
PostgreSQL 10: Support GENERATED ALWAYS BY IDENTITY (PR #386)
Re-enable PHP warnings (regression from 4.7.8)
Adminer 4.7.8 (released 2020-12-06):