| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: There is no option to Copy data with headers from Que |
| Date: | 2019-09-27 06:45:56 |
| Message-ID: | E1iDk0q-0000Ej-FC@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
There is no option to Copy data with headers from Query Tool/View Data.
Added drop-down 'Copy with headers' near to the copy button in Query Tool/View Data.
Fixes #3009
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=56e00d74ade6c9973c772f8e5a6232571fe68a38
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/release_notes_4_14.rst | 2 ++
.../copy_selected_query_results_feature_test.py | 19 +++++++++++++
web/pgadmin/static/js/selection/column_selector.js | 31 ++++++++++++++++++++--
web/pgadmin/static/js/selection/copy_data.js | 7 ++++-
.../js/selection/range_boundary_navigator.js | 23 +++++++++++++++-
web/pgadmin/static/js/selection/row_selector.js | 5 +++-
.../tools/datagrid/templates/datagrid/index.html | 12 +++++++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 21 +++++++++++++++
.../javascript/selection/column_selector_spec.js | 15 +----------
.../javascript/selection/copy_data_spec.js | 5 +++-
.../handle_query_output_keyboard_event_spec.js | 5 +++-
11 files changed, 124 insertions(+), 21 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Aditya Toshniwal | 2019-09-27 06:46:42 | [pgAdmin][RM4768] Reverse proxy on non-standard port |
| Previous Message | Aditya Toshniwal | 2019-09-27 05:29:00 | [pgAdmin][RM4769] pgAdmin Query Tool Won’t open on IE |