pgAdmin 4 commit: Ensure type names are properly encoded in the results - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Ensure type names are properly encoded in the results
Date
Msg-id E1htA12-0005VR-8E@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure type names are properly encoded in the results grid. Fixes #4401

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bcb1392a1a77b5bd6791039bcc241941f5dec522
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_12.rst                  |  1 +
.../xss_checks_panels_and_query_tool_test.py       |  9 ++++-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  5 ++-
web/regression/python_test_utils/test_utils.py     | 38 ++++++++++++++++++++++
4 files changed, 51 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [RM#4546] Add RE-SQL tests for Column node
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: PEP-8 fix.