pgAdmin 4 commit: Added support to copy SQL from main window to query t - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support to copy SQL from main window to query t
Date
Msg-id E1mD1NW-0002vU-A6@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support to copy SQL from main window to query tool. Fixes #4904

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7483ddf2b2ca9bb4a3531a91a6f32718dc89c243
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/images/preferences_sql_options.png      | Bin 212923 -> 187577 bytes
docs/en_US/preferences.rst                         |   4 +
docs/en_US/release_notes_5_6.rst                   |   1 +
web/pgadmin/browser/static/js/node.js              |  13 +-
.../feature_tests/test_copy_sql_to_query_tool.py   | 153 +++++++++++++++++++++
web/pgadmin/tools/datagrid/static/js/datagrid.js   |  21 ++-
.../sqleditor/utils/query_tool_preferences.py      |  11 ++
web/regression/feature_utils/locators.py           |   5 +
8 files changed, 206 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgAdmin4][Patch] - Fix for RM #6664
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - Fix for RM #6664