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

Поиск
Список
Период
Сортировка
От Murtuza Zabuawala
Тема Re: [pgadmin-hackers] [pgAdmin4][PATCH] SlickGrid result set format efficiency
Дата
Msg-id CAKKotZR_K7D3GR4ckw8=q2Dek2RvESrM8b3_D4Hm1-mACd6T3g@mail.gmail.com
обсуждение исходный текст
Ответ на [pgadmin-hackers] [pgAdmin4][PATCH] SlickGrid result set format efficiency  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Список pgadmin-hackers

++ Forgot to add one more :-)

Also fix button inconstancy issue with pgAdmin4 About dialog (changes included in RM_2036.patch file).

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


On Mon, Feb 27, 2017 at 3:55 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
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 по дате отправления:

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgadmin-hackers] [pgAdmin4][PATCH] SlickGrid result set format efficiency
Следующее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Simplify runtime startup polling,and increase retrie