pgAdmin 4 commit: Properly sort rows by the pkey when viewing first/las

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly sort rows by the pkey when viewing first/las
Date: 2016-12-12 10:06:32
Message-ID: E1cGNVA-0003W2-9P@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly sort rows by the pkey when viewing first/last 100. Fixes #2007

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=53481023fa48bee5dd18d3b7b6b7064584571ad8
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/command.py | 4 ++--
.../sqleditor/templates/sqleditor/sql/9.1_plus/objectquery.sql | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-12-12 10:06:37 Re: [pgAdmin4][Patch]: RM 2007: View Last 100 rows not working with Pgadmin4
Previous Message Dave Page 2016-12-12 10:00:23 Re: [pgAdmin4][Patch]: RM 1780: Rendering glitches in the query editor line number column when editing many lines