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

PostgreSQL: Unescape bytea fields

This commit is contained in:
Jakub Vrana
2018-02-06 16:05:39 +01:00
parent 29c127e94a
commit 19653de764
5 changed files with 25 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
Adminer 4.6.1-dev:
MySQL: Support non-utf8 charset in search in column
MySQL: Support geometry in MySQL 8 (bug #574)
PostgreSQL: Upload binary files to bytea fields
PostgreSQL: Support binary files in bytea fields
PostgreSQL: Cast to string when searching using LIKE (bug #325)
PostgreSQL: Don't treat interval type as number (bug #474)
PostgreSQL: Fix condition for selecting no rows