pgAdmin 4 commit: Use dict based data instead of 2d-array in Type modul

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Use dict based data instead of 2d-array in Type modul
Date: 2017-08-17 07:40:15
Message-ID: E1diFPb-0003Ir-US@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use dict based data instead of 2d-array in Type module as we are adding keys on the fly.
Reviewed By: Harshal Dhumal

Branch
------
master

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

Modified Files
--------------
.../browser/server_groups/servers/databases/schemas/types/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-08-17 07:40:44 Re: [pgAdmin4][Patch]: Use the correct resultset type for Type module
Previous Message Murtuza Zabuawala 2017-08-16 12:42:19 [pgAdmin4][PATCH] To fix pgAgent job step issues