[pgAdmin4][Patch]: RM 2007: View Last 100 rows not working with Pgadmin4

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM 2007: View Last 100 rows not working with Pgadmin4
Date: 2016-12-09 12:44:40
Message-ID: CAFOhELdhh1rz0zszBr12qi94qQ3eM3iA3E+p7bD--kjqJWhQ+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attached patch to fix RM 2007: View Last 100 rows not
working with Pgadmin4.

To fix this issue I have changed the query which fetches the last 100 rows.

The issue is reproducible when we have more than one primary keys; because
the order by clause in the query was not applied on the individual primary
key.

Thanks,
Khushboo

Attachment Content-Type Size
RM_2007.patch text/x-patch 1.9 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2016-12-09 13:59:54 Re: [pgAdmin4][Patch]: RM 1789 Column width of data output panel should fit to data (as pgAdmin III)
Previous Message Dave Page 2016-12-09 12:42:34 pgAdmin 4 commit: Only show the filename in query tool tabs, not the wh