pgAdmin 4 commit: Ensure that default sort order should be using the pr - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that default sort order should be using the pr
Date
Msg-id E1jRFFk-0004yv-Fa@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that default sort order should be using the primary key in View/Edit data. Fixes #5157

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c76732e3e74108a1ebcc0090f1f259ca0ad2f69b
Author: navnath gadakh <navnath.gadakh@enterprisedb.com>

Modified Files
--------------
docs/en_US/images/preferences_sql_options.png      | Bin 170292 -> 207924 bytes
docs/en_US/preferences.rst                         |   5 +++
docs/en_US/release_notes_4_21.rst                  |   1 +
web/pgadmin/tools/sqleditor/command.py             |   8 +++-
.../tools/sqleditor/tests/test_view_data.py        |  46 ++++++++++++++++++++-
.../sqleditor/utils/query_tool_preferences.py      |  11 +++++
6 files changed, 68 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Sean Dowd
Date:
Subject: Can't save data after edit in View/Edit Data mode
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3900 - Delete/Drop option is disabled forthe constraints