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.maha...@enterprisedb.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(-)