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

PostgreSQL PDO: Do not select NULL function for false values in edit (thanks to PR #380)

This commit is contained in:
Jakub Vrana
2021-02-08 13:23:48 +01:00
parent 124092fd7c
commit d4f7e04156
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ Skip date columns for non-date values in search anywhere
Add DB version to comment in export
Support PHP 8 in create table (regression from 4.7.9)
MySQL 8: Fix EXPLAIN in SQL command
PostgreSQL PDO: Do not select NULL function for false values in edit
Adminer 4.7.9 (released 2021-02-07):
Fix XSS in browsers which don't encode URL parameters (bug #775, regression from 4.7.0)