pgAdmin 4 commit: Fixed an issue where copying and pasting a cell with

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where copying and pasting a cell with
Дата
Msg-id E1k55wA-00079g-NT@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM5526] Copy and paste multiline cells
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Bug #5664 SQL DDL output generator for view