pgAdmin 4 commit: Ensure type names are properly encoded in the results

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure type names are properly encoded in the results
Date: 2019-08-01 12:17:04
Message-ID: E1htA12-0005VR-8E@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-01 12:47:21 pgAdmin 4 commit: PEP-8 fix.
Previous Message Akshay Joshi 2019-08-01 12:06:11 Re: [RM#4546] Add RE-SQL tests for Column node