From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Fix logic around validation and highlighting of Sort/ |
Date: | 2018-09-14 13:18:47 |
Message-ID: | E1g0nzj-0006yh-J7@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)joshi(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-09-14 13:18:55 | Re: [pgAdmin4][Patch]: RM #3607 Edit Data: Not able to remove filter SQL condition |
Previous Message | Atle Frenvik Sveen | 2018-09-14 13:00:59 | RM #3649 hard-source-webpack-plugin causes hard-source-webpack-plugin to fail on node v. 10.x |