pgAdmin 4 commit: Fixed issue in query tool where messages were notdis - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed issue in query tool where messages were notdis
Date
Msg-id E1ddZnN-0003Ua-JU@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed issue in query tool where messages were not displaying from functions/procedures properly. Fixes #2555

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ef48c2ed91b023e4075259c3279484b48f437e49
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py            | 28 ++++++++--------------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  5 ++--
2 files changed, 12 insertions(+), 21 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed collation tests on Windows,replace use of defa
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch]: To fix Function/Procedures messages issue inquery tool