pgAdmin 4 commit: Fix logic around validation and highlighting ofSort/ - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix logic around validation and highlighting ofSort/
Date
Msg-id E1g0nzj-0006yh-J7@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix logic around validation and highlighting of Sort/Filter in the Query Tool. Fixes #3607

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ec3224212f1505eef43a840be6b72b1261e51b0
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_4.rst                   |  1 +
web/pgadmin/static/js/sqleditor/filter_dialog.js   | 26 ++++---
web/pgadmin/tools/datagrid/static/js/datagrid.js   | 12 ++++
web/pgadmin/tools/sqleditor/__init__.py            |  3 +-
web/pgadmin/tools/sqleditor/command.py             | 83 ++++++++++++----------
.../sqleditor/sql/default/objectquery.sql          |  3 -
web/pgadmin/tools/sqleditor/utils/filter_dialog.py | 15 ++--
7 files changed, 85 insertions(+), 58 deletions(-)


pgadmin-hackers by date:

Previous
From: Atle Frenvik Sveen
Date:
Subject: RM #3649 hard-source-webpack-plugin causes hard-source-webpack-plugin tofail on node v. 10.x
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM #3607 Edit Data: Not able to remove filterSQL condition