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

PostgreSQL PDO: Escape bytea values (bug #218)

This commit is contained in:
Jakub Vrana
2025-03-11 19:26:21 +01:00
parent c2d29a6937
commit a94a727af7
2 changed files with 2 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
Adminer dev:
MySQL: Display default values of binary columns
PostgreSQL PDO: Escape bytea values (bug #218)
Adminer 5.0.4 (released 2025-03-11):
Compile: Fix shortening in private methods (regression from 5.0.3)