pgAdmin 4 commit: Fix graphical explain now that JSON data is sent as t

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix graphical explain now that JSON data is sent as t
Date: 2019-03-01 12:39:02
Message-ID: E1gzhRO-0008Am-EW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix graphical explain now that JSON data is sent as text to stop JS futzing with it. Fixes #4041

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 57 ++++++++++++----------
1 file changed, 31 insertions(+), 26 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-01 12:39:06 Re: [pgAdmin4][RM4041] Graphical explain plan is not rendering for a query
Previous Message Dave Page 2019-03-01 12:29:10 pgAdmin 4 commit: Optimise the Docker file to minimise the number of la