pgAdmin III commit: Improved the sorting in Data editor

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin III commit: Improved the sorting in Data editor
Дата
Msg-id E1ZXOZ8-0000wg-TB@gothos.postgresql.org
обсуждение исходный текст
Список 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@mail.ru>

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "J.F. Oster"
Дата:
Сообщение: Re: PATCH: improve sorting in the Data Editor
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: improve sorting in the Data Editor