pgAdmin 4 commit: Handle composite type return values properly in the d - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Handle composite type return values properly in the d
Date
Msg-id E1bmIHL-0006bI-1q@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Handle composite type return values properly in the debugger. Fixes #1662

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py             | 19 ++++++++------
.../tools/debugger/templates/debugger/js/direct.js | 29 +++++++++++-----------
2 files changed, 27 insertions(+), 21 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: RM1627 - Objects are not visible after creation until press refresh button
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix the issue displaying composite result types in debugger (pgAdmin4)