pgAdmin 4 commit: Ensure identifiers are properly displayed in theplan - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure identifiers are properly displayed in theplan
Date
Msg-id E1gZvGV-0004K0-BI@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure identifiers are properly displayed in the plan viewer. Fixes #3821

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=13dbfff11d765a20623768f2013b1d6322fe1a10
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_7.rst                   |  3 +-
.../xss_checks_panels_and_query_tool_test.py       | 77 +++++++++++++++++++++-
web/pgadmin/misc/static/explain/js/explain.js      | 13 +++-
.../misc/static/explain/js/explain_statistics.js   | 45 +++++++++----
4 files changed, 120 insertions(+), 18 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3780 pgAdmin4 lacks ability to specify NULL values in CSV export
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Tweak the wording on the Grant Wizard. Fixes #3796