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

From Aditya Toshniwal
Subject [pgAdmin][RM5526] Copy and paste multiline cells
Date
Msg-id CAM9w-_nD8GUwymN6AyC-0L5Ww5KYb_TTGxC81ZLSbNyOog7g_g@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin][RM5526] Copy and paste multiline cells  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
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"
Attachment

pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAgent commit: Fixed an issue - when two jobs starts at the same time,
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed an issue where 'ALTER VIEW' statement is missin