Fixed encoding issue when database encoding set to SQL_ASCII and name of the column is in ASCII character. Fixes #6018
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=87b9549ff4a711d720604d2c186a8c83cc3d38c5 Author: Rahul Shirsat <rahul.shir...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_5_1.rst | 1 + web/pgadmin/tools/sqleditor/__init__.py | 4 +++- web/pgadmin/tools/sqleditor/tests/test_encoding_charset.py | 7 +++++++ web/pgadmin/tools/sqleditor/tests/test_sql_ascii_encoding.py | 8 ++++++++ 4 files changed, 19 insertions(+), 1 deletion(-)