[pgadmin-hackers] [pgAdmin4][PATCH] SlickGrid result set format efficiency

Поиск
Список
Период
Сортировка
От Murtuza Zabuawala
Тема [pgadmin-hackers] [pgAdmin4][PATCH] SlickGrid result set format efficiency
Дата
Msg-id CAKKotZQMV0_P2iAZxhoUKN+-5mSq0uJWo3BTx5rdNck=kob9TA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgadmin-hackers] [pgAdmin4][PATCH] SlickGrid result set format efficiency
Re: [pgadmin-hackers] [pgAdmin4][PATCH] SlickGrid result set format efficiency
Список pgadmin-hackers
Hi,

PFA patch to reduce the size of query result set  by converting it into 2D array result set.
RM#2036
RM#2038

Additionally,
1) I had to change some logic in Debugger module to handle 2D array result set from async query (changes included in patch).

2) While testing I also found one issue where we are unable to right click on browser tree if we set Debug = False in config_local.py file, this was because of typo as path for css was changed to '/js/' to '/vendor/'.
(separate patch RM#2213)

Please review.

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

Вложения

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] Feature test issues
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][PATCH] SlickGrid result set format efficiency