[pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue of EXPLAIN option with IE

Поиск
Список
Период
Сортировка
От Murtuza Zabuawala
Тема [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue of EXPLAIN option with IE
Дата
Msg-id CAKKotZS5GogwgVOxGmDVENhDSLSx-aVTuxiGeCp7YSGx89hkFw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue of EXPLAINoption with IE
Список pgadmin-hackers
Hi,

Please find the patch to fix the issue while using ANALYZE option in IE.

Issue:
We were using .startsWith() function to check the sql if it is already starts with explain clause or not, which was added in commit: c758920890309e50f47a9427039cf735ddf04d37

But IE do not support .startsWith() function.


FeatureChromeFirefox (Gecko)EdgeInternet ExplorerOperaSafari
Basic support4117 (17)(Yes)No support289


But IE do not support .startsWith() function.

I have also changed the code for File Manager module as well for the same issue.

So affected modules are,
- Query tool
- File Manager

Please review.
RM#2347


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

Вложения

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers][patch] Update chrome driver to support chromeversion 58 in tests
Следующее
От: Akshay Joshi
Дата:
Сообщение: [pgadmin-hackers] [pgAdmin4][Patch]: RM #2214 PostgreSQL 10.0 compatibility