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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Use dict based data instead of 2d-array in Typemodul
Дата
Msg-id E1diFPb-0003Ir-US@gothos.postgresql.org
обсуждение исходный текст
Список 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.zabuawala@enterprisedb.com>

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgAdmin4][PATCH] To fix pgAgent job step issues
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Use the correct resultset type for Type module