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

PostgreSQL: Upload binary files to bytea fields

This commit is contained in:
Jakub Vrana
2018-02-06 15:42:14 +01:00
parent b649fb2f3f
commit 17b110f0d5
4 changed files with 24 additions and 3 deletions

View File

@@ -1,6 +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: 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