Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: a01b0973fcf6aa650580c79eb7f5161097200c89 https://github.com/pgadmin-org/pgadmin4/commit/a01b0973fcf6aa650580c79eb7f5161097200c89 Author: Pravesh Sharma <pravesh.sha...@enterprisedb.com> Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths: M web/pgadmin/static/js/api_instance.js M web/pgadmin/tools/sqleditor/__init__.py M web/pgadmin/tools/sqleditor/static/js/components/sections/Query.jsx M web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx M web/pgadmin/tools/sqleditor/utils/apply_explain_plan_wrapper.py M web/pgadmin/utils/ajax.py Log Message: ----------- Fixed an issue where syntax error was not highlighting for explain query. #6887