pgAdmin 4 commit: Properly display messages from the server in the quer

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly display messages from the server in the quer
Date: 2016-08-18 16:08:44
Message-ID: E1baPs4-0006Xl-Es@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly display messages from the server in the query tool. Fixes #1523

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6391c7e9b26e5e10bb38a4d90f4503a4cb3e63f
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py | 39 +++++++-----
.../tools/sqleditor/static/css/sqleditor.css | 3 +
.../sqleditor/templates/sqleditor/js/sqleditor.js | 69 ++++++++++++++--------
web/pgadmin/utils/driver/psycopg2/__init__.py | 38 ++++--------
4 files changed, 84 insertions(+), 65 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-08-18 16:08:59 Re: PATCH: To fix the issue where message panel was showing incomplete info (pgAdmin4)
Previous Message Dave Page 2016-08-18 15:51:36 Re: Fixes RM #1453 Reduce menu bar height