pgAdmin 4 commit: Fixed encoding issue when database encoding set to SQ

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed encoding issue when database encoding set to SQ
Date: 2021-02-26 07:53:13
Message-ID: E1lFXw1-0002vT-Re@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(dot)shirsat(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-02-26 07:53:42 Re: [pgAdmin] RM5073 Save button is enabled in properties of Procedure by-default for SQL language
Previous Message Akshay Joshi 2021-02-26 07:21:19 Re: Translators: Release next week