pgAdmin 4 commit: Fixed an issue where the user is not able to insert t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the user is not able to insert t
Date: 2020-08-06 07:12:42
Message-ID: E1k3a4w-0002BM-4z@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the user is not able to insert the data if the table and columns name contains special characters. Fixes #4387

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e3dfe03a2a6839e510137960bea69b684f4f4b9d
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 +-
.../tools/sqleditor/templates/sqleditor/sql/default/select.sql | 2 +-
web/pgadmin/tools/sqleditor/tests/test_view_data_templates.py | 2 ++
web/pgadmin/tools/sqleditor/utils/save_changed_data.py | 7 ++++++-
5 files changed, 11 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-06 07:13:05 Re: Bug #4387 - User can not insert any value on view data if table and column name contains *SELECT '<<SCRIPT>alert("XSS ");//<</SCRIPT>';*
Previous Message Pramod Ahire 2020-08-06 06:42:01 Re: Code coverage report generation for JS files