Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rCYpQ-00GQje-D2 for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Dec 2023 05:27:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rCYpO-00B3ld-Kw for pgadmin-hackers@arkaria.postgresql.org; Mon, 11 Dec 2023 05:27:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rCYpO-00B3lV-C4 for pgadmin-hackers@lists.postgresql.org; Mon, 11 Dec 2023 05:27:38 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rCYpH-00BKOp-Bt for pgadmin-hackers@lists.postgresql.org; Mon, 11 Dec 2023 05:27:37 +0000 Received: from github.com (hubbernetes-node-22889b5.ac4-iad.github.net [10.52.135.25]) by smtp.github.com (Postfix) with ESMTPA id 33B5F1E0A06 for ; Sun, 10 Dec 2023 21:27:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1702272449; bh=zu536/CBBCqzgOe3n5ErZc7vIqhlByQRw6I9Yhs0C4c=; h=Date:From:To:Subject:From; b=W+z764fJVXNI8cSo46AiE3GIk16rH44b5VYukJNMGYE/Ju+tEcBs4/n280vdqtkkR 6k2z01s/dvqXnDQtotbPDg4ZisJs5u6JUwRy3gVk3dVJlDICbLo46eq9vW/jf69Bbv X+3dnu2DSLsiQYRpCLo3fXZFfhMS56ZodjfQh2fU= Date: Sun, 10 Dec 2023 21:27:29 -0800 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] a01b09: Fixed an issue where syntax error was not highligh... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: a01b0973fcf6aa650580c79eb7f5161097200c89 https://github.com/pgadmin-org/pgadmin4/commit/a01b0973fcf6aa650580c79eb7f5161097200c89 Author: Pravesh Sharma 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