PATCH: To fix the issue displaying composite result types in debugger (pgAdmin4)

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: To fix the issue displaying composite result types in debugger (pgAdmin4)
Date: 2016-09-20 09:46:37
Message-ID: CAKKotZSASdtaDZDYS-=uGrzMTBnutxQ_WvOf9mR13gUzHodEjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix the issue in debugger where we were not displaying result
properly in result tab for composite types.
RM#1662

@Neel,
Would you please review the patch?

*Issue:*
Column name key was hardcoded in dict causing overwriting other columns.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_1662.patch application/octet-stream 4.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-20 10:18:11 pgAdmin 4 commit: Ensure items are properly added to the treeview when
Previous Message Surinder Kumar 2016-09-20 09:22:53 Re: [pgAdmin4][Patch]: RM1627 - Objects are not visible after creation until press refresh button