pgAdmin 4 commit: Ensure strings are properly encoded in the Query Hist

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure strings are properly encoded in the Query Hist
Date: 2019-06-14 08:17:06
Message-ID: E1hbhOU-0003Qs-8s@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure strings are properly encoded in the Query History. Fixes #4349

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3b69f92d70f4ec9a2f1624238d92c2af7a792f2d
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_9.rst | 4 +-
.../xss_checks_panels_and_query_tool_test.py | 56 ++++++++++++++++++++++
.../js/sqleditor/history/query_history_details.js | 8 ++--
.../js/sqleditor/history/query_history_entries.js | 3 +-
.../javascript/history/query_history_spec.js | 4 +-
5 files changed, 65 insertions(+), 10 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-06-14 08:29:31 Re: [pgAdmin4][Patch]: Feature #4202 Implement new framework to test Reverse Engineering SQL
Previous Message Akshay Joshi 2019-06-14 06:20:31 Re: [pgAdmin][RM4357] Connection restoration issue after restart and refresh pgadmin page