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

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4061]: Backslashes are not handled correctly for SQL_ASCII database in View/Edit table data
Date: 2020-10-28 09:32:48
Message-ID: CAFOhELe0tCx0MNsxy8GRc3fOCHBy21jydEMTKfKaVxWvPPAJNQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-10-28 10:52:32 pgAdmin 4 commit: Fixed an issue where connection to the server is on w
Previous Message Nidhi Bhammar 2020-10-28 06:02:12 pgAgent/creating and modifying tables doc improvement