Re: [pgAdmin][RM5526] Copy and paste multiline cells - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: [pgAdmin][RM5526] Copy and paste multiline cells
Date
Msg-id CANxoLDfVi5KCBxE17QkmrA+UQRb8YBGWCudaLF9_ONve256moA@mail.gmail.com
Whole thread Raw
In response to [pgAdmin][RM5526] Copy and paste multiline cells  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Thanks, patch applied.

On Mon, Aug 10, 2020 at 3:46 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Attached is the patch to fix an issue where copying and pasting a cell with multiple line data will result in multiple rows. This is a regression of #3947.
This patch also fixes an old issue where quotes are not escaped when copying the cells. As per CSV standards, if string is in double quotes and there are double quotes inside the string then they should be escaped with extra double quotes.

Please review.

--
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Sr. Software Architect
EDB Postgres
Mobile: +91 976-788-8246

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: Use python3 ipaddress module to validate ipaddress
Next
From: Akshay Joshi
Date:
Subject: Re: Patch for SonarQube code scan fixes.