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 1r2SEC-00GoBe-Ea for pgadmin-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 08:23:28 +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 1r2SEB-00Ds9K-57 for pgadmin-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 08:23:27 +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 1r2SEA-00Ds9C-Ty for pgadmin-hackers@lists.postgresql.org; Mon, 13 Nov 2023 08:23:26 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r2SE8-006BaB-3J for pgadmin-hackers@lists.postgresql.org; Mon, 13 Nov 2023 08:23:26 +0000 Received: from github.com (hubbernetes-node-6470412.va3-iad.github.net [10.48.220.11]) by smtp.github.com (Postfix) with ESMTPA id 8A13C8C04E1 for ; Mon, 13 Nov 2023 00:23:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699863802; bh=y1Fa5h2uVZnbBMCMZ66O3qdgx4MQpJazXbOppA9pj6I=; h=Date:From:To:Subject:From; b=VZChU3PDn4CI3rN5e6y2sxrvzHR2cNWvu5HNpmIjS6VBx0Ax7KZlWvZ2ZyirMDRJe EPdNsts3Qk1mw+SwufWXJs+IRMMqlbeM0FKPFkE2O/SFeIL08E0UxRdkrItuHXcBGy dBpP4slHgX1ziJQKdJ7kIHP/v+pBg0kZsM8PcY0I= Date: Mon, 13 Nov 2023 00:23:22 -0800 From: Anil Sahoo To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 7f49b8: Fix an issue in ERD tool where SQL generated is mi... 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: 7f49b891df63d9a3230059ae11fbc6ea8fa8763b https://github.com/pgadmin-org/pgadmin4/commit/7f49b891df63d9a3230059ae11fbc6ea8fa8763b Author: Anil Sahoo Date: 2023-11-13 (Mon, 13 Nov 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/utils.py Log Message: ----------- Fix an issue in ERD tool where SQL generated is missing columns for the table. #6920