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

From Murtuza Zabuawala
Subject [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue of EXPLAIN option with IE
Date
Msg-id CAKKotZS5GogwgVOxGmDVENhDSLSx-aVTuxiGeCp7YSGx89hkFw@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the issue of EXPLAINoption with IE
List 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

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers][patch] Update chrome driver to support chromeversion 58 in tests
Next
From: Akshay Joshi
Date:
Subject: [pgadmin-hackers] [pgAdmin4][Patch]: RM #2214 PostgreSQL 10.0 compatibility