pgAdmin 4 commit: Fixed an issue where copying and pasting a cell with - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where copying and pasting a cell with
Date
Msg-id E1k55wA-00079g-NT@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where copying and pasting a cell with multiple line data
will result in multiple rows. Fixes #5526

Fixed an old issue where quotes are not escaped when copying the cells.
As per CSV standards, if the string is in double quotes and there are
double quotes inside the string then they should be escaped with extra double-quotes.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=26a758a0d61f6739128404f113dae8be56244b2e
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst                  |  1 +
.../js/selection/range_boundary_navigator.js       |  9 ++-
web/pgadmin/static/js/utils.js                     | 64 ++++++++++++++++++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 15 ++---
web/regression/javascript/pgadmin_utils_spec.js    | 25 ++++++++-
5 files changed, 101 insertions(+), 13 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5526] Copy and paste multiline cells
Next
From: Akshay Joshi
Date:
Subject: Re: Bug #5664 SQL DDL output generator for view