pgAdmin III commit: Improved the sorting in Data editor

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Improved the sorting in Data editor
Date: 2015-09-03 07:04:10
Message-ID: E1ZXOZ8-0000wg-TB@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improved the sorting in Data editor

Earlier - a table is sorted by Primary Key/OID(s) by default (if any
exists). In order to sort on any column, user had to remove it from the
actual sort list before apply sort on any other column using context
menu.

Now - the default column will be removed from sorted columns (if no
sorting was applied initially) with this implementation.

[PATCH: J. F. Oster, Reviewed By: Sanket Mehta]

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7522ada6286a35217c91df2dab3309eba90e939f
Author: J.F. Oster <jinfroster(at)mail(dot)ru>

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmEditGrid.cpp | 22 ++++++++++++++++++----
pgadmin/include/frm/frmEditGrid.h | 1 +
3 files changed, 21 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2015-09-03 07:25:11 Re: PATCH: improve sorting in the Data Editor
Previous Message J.F. Oster 2015-09-02 05:31:01 Re: PATCH: improve sorting in the Data Editor