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(-)