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

PostgreSQL: Fix condition for selecting no rows

This commit is contained in:
Jakub Vrana
2018-02-06 12:43:10 +01:00
parent 2d7bda4d1e
commit c34ada5368
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
Adminer 4.6.1-dev:
PostgreSQL: Don't treat interval type as number (bug #474)
PostgreSQL: Fix condition for selecting no rows
Adminer 4.6.0 (released 2018-02-05):
Fix counting selected rows after going back to select page