pgAdmin 4 commit: Added support to copy SQL from main window to query t

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support to copy SQL from main window to query t
Date: 2021-08-09 09:15:26
Message-ID: E1mD1NW-0002vU-A6@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-09 09:15:45 Re: [pgAdmin4][Patch] - Fix for RM #6664
Previous Message Khushboo Vashi 2021-08-09 07:39:44 Re: [pgAdmin4][Patch] - Fix for RM #6664