pgAdmin 4 commit: Fixed issue in query tool where messages were not dis

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed issue in query tool where messages were not dis
Date: 2017-08-04 10:25:29
Message-ID: E1ddZnN-0003Ua-JU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)zabuawala(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-08-04 10:26:14 Re: [pgAdmin4][Patch]: To fix Function/Procedures messages issue in query tool
Previous Message Akshay Joshi 2017-08-03 11:21:25 pgAdmin 4 commit: Fixed collation tests on Windows, replace use of defa