Thread: [pgAdmin][RM4061]: Backslashes are not handled correctly for SQL_ASCII database in View/Edit table data

Hi Hackers,

Please find the attached for RM4061. Backslashes were not handled correctly for SQL_ASCII database.


--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation
Attachment
Hi Pradip,

With this patch, 4061 is getting fixed but if you enter "zażółć", then it is getting displayed as "zaż\xf3łć". So, the fix is not proper.

Also, if you want to change the typecast, then change the dict which is mapped for Postgres, Python and Typecast encoding in encoding.py file.

Thanks,
Khushboo



On Tue, Oct 27, 2020 at 3:26 PM Pradip Parkale <pradip.parkale@enterprisedb.com> wrote:
Hi Hackers,

Please find the attached for RM4061. Backslashes were not handled correctly for SQL_ASCII database.


--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation