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 1qsJzw-007Z3v-6m for pgadmin-hackers@arkaria.postgresql.org; Mon, 16 Oct 2023 09:34:52 +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 1qsJzt-00HQD5-PG for pgadmin-hackers@arkaria.postgresql.org; Mon, 16 Oct 2023 09:34:50 +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 1qsJzt-00HQCx-GM for pgadmin-hackers@lists.postgresql.org; Mon, 16 Oct 2023 09:34:50 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qsJzp-000wNI-T2 for pgadmin-hackers@lists.postgresql.org; Mon, 16 Oct 2023 09:34:49 +0000 Received: from github.com (hubbernetes-node-e871276.ash1-iad.github.net [10.56.208.76]) by smtp.github.com (Postfix) with ESMTPA id 0EA9760106B for ; Mon, 16 Oct 2023 02:34:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697448885; bh=BOYsFjigOT8Xwiha4Y3DUGA3XidpUFr/GgwEP9X9k1o=; h=Date:From:To:Subject:From; b=QShHsxTekBY5JYtHD8F/8ZDkaadW6mY4jq8dkCrEk8TNLgBhudjWM+Of5b016jlQW qFjG/2J6hZz5EQK1pV5Ug46wI036HE96ndYmD/yvcbkn4otuBiGIGtnC3CqdVxxY9l MTtM/JYRFw41eJy7FjWg1phj0RAjJyYpjsarou+Q= Date: Mon, 16 Oct 2023 02:34:45 -0700 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] eead9b: Fixed issue where MSQL for delete column was not g... 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: eead9b77e7d28149928a931e885c7ad559695fd7 https://github.com/pgadmin-org/pgadmin4/commit/eead9b77e7d28149928a931e885c7ad559695fd7 Author: Pravesh Sharma Date: 2023-10-16 (Mon, 16 Oct 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py Log Message: ----------- Fixed issue where MSQL for delete column was not generating. #5749