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

PostgreSQL: Allow to set connection's sslmode with AdminerLoginSsl plugin

Thanks to wodka (https://github.com/vrana/adminer/pull/427/files)
This commit is contained in:
Peter Knut
2024-09-17 17:56:12 +02:00
committed by Jakub Vrana
parent dfb33a323d
commit 1f97968e65
3 changed files with 17 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
Adminer 4.16.0-dev:
MySQL: Fix saving bit(64) values (bug #839)
PostgreSQL: Preserve whitespace in EXPLAIN (bug #827)
PostgreSQL: Support SSL
SQLite: Fix altering forign keys (bug #841)
MS SQL: Foreign keys in non-default schema (bug #833)
Oracle: Include tables granted by other user