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 1qqVee-00AgR3-TS for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 09:37:25 +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 1qqVec-00ElcO-T7 for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 09:37:23 +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 1qqVec-00ElcF-J7 for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 09:37:23 +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 1qqVea-001RaB-7I for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 09:37:22 +0000 Received: from github.com (hubbernetes-node-e91616b.va3-iad.github.net [10.48.12.145]) by smtp.github.com (Postfix) with ESMTPA id 626A08C1140 for ; Wed, 11 Oct 2023 02:37:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697017038; bh=6WNlLLAZJSjgrlT6MWwBWIYJaSIAo6OdlUc2g3R1eXM=; h=Date:From:To:Subject:From; b=JofJ2pzNnp9XVMw8NeyXiw28IXLwG2BXIJnzIVodODlw3mBhzznXvk2wvphffTs6N QpWG8RDLVHKj5CwqbL7npZMUe3BybwaDmS46Q+Qxdc4j25+66LSJ9/zSEoJnPlnClO B1gc+OuVTrCmEbj7mE8HtJQtc2DSvFklXQFOzlf4= Date: Wed, 11 Oct 2023 02:37:18 -0700 From: Aditya Toshniwal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 221af6: Fix an issue where scale in columns is not allowed... 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: 221af6caa6e0e4b3b8c1fe1b8457cbbed6d493ac https://github.com/pgadmin-org/pgadmin4/commit/221af6caa6e0e4b3b8c1fe1b8457cbbed6d493ac Author: Aditya Toshniwal Date: 2023-10-11 (Wed, 11 Oct 2023) Changed paths: M docs/en_US/release_notes_7_8.rst M web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js Log Message: ----------- Fix an issue where scale in columns is not allowed to have value as 0 or below. #6851