pgAdmin 4 commit: Added useful message when the explain plan is not use

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added useful message when the explain plan is not use
Date: 2020-09-28 12:25:12
Message-ID: E1kMsDQ-0004YM-Lz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added useful message when the explain plan is not used and empty. Fixes #4806

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1fc06b8d577d2c225e7928cac199ec8fea5f1020
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst | 1 +
web/pgadmin/static/scss/_pgadmin.style.scss | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 14 +++++++++++---
3 files changed, 13 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-28 12:26:45 Re: [pgAdmin4][Patch] - RM 1402 - Macro support like pgAdmin3
Previous Message Aditya Toshniwal 2020-09-28 11:18:17 Re: [pgAdmin] Fix incorrect import in setup.py