1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 16:44:17 +02:00

PostgreSQL: Cast to string when searching using LIKE (bug #325)

This commit is contained in:
Jakub Vrana
2018-02-06 13:39:44 +01:00
parent 197abdcb70
commit d7f9b6b5de
5 changed files with 14 additions and 5 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: 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