pgAdmin 4 commit: Fixed an issue where Execute/Refresh button should no - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where Execute/Refresh button should no
Date
Msg-id E1lvwEl-0000kZ-Jq@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where Execute/Refresh button should not be disabled when we run the empty query. Fixes #6489

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a53362068488567607611614ce3d1d8bf1cb7b38
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes.rst                     |  1 +
docs/en_US/release_notes_5_5.rst                 | 20 ++++++++++++++++++++
web/pgadmin/static/js/sqleditor/execute_query.js |  6 +++++-
3 files changed, 26 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix path on windows. Fixes #6558
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.