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 1qRoHr-003BYT-LM for pgadmin-hackers@arkaria.postgresql.org; Fri, 04 Aug 2023 06:27:47 +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 1qRoHp-004RM4-NS for pgadmin-hackers@arkaria.postgresql.org; Fri, 04 Aug 2023 06:27:46 +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 1qRoHp-004RHK-Ej for pgadmin-hackers@lists.postgresql.org; Fri, 04 Aug 2023 06:27:45 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qRoHn-000UY7-2S for pgadmin-hackers@lists.postgresql.org; Fri, 04 Aug 2023 06:27:45 +0000 Received: from github.com (hubbernetes-node-f82ca81.ash1-iad.github.net [10.56.201.105]) by smtp.github.com (Postfix) with ESMTPA id 451B2101074 for ; Thu, 3 Aug 2023 23:27:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1691130461; bh=a09JlB4efgvDj6qcEj7lBLY04BsITA3l4XYqaUlNWF4=; h=Date:From:To:Subject:From; b=S3b42m+dH2cqwZJ+BXVwAiNat3DMnZVT3LvWejSyddf9ILGtpS7Q83JrMz7n59q69 fFi/qLpbl9Y1WMRF/SJeOmz+jG92tNnkrSuUvTd+HQX0yPkNJGdk57hV/8ovdKIxL+ Km+kyLrIXo2WAu6+oJgUqlfkuHdYu6nbTryCPnEE= Date: Thu, 03 Aug 2023 23:27:41 -0700 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 00011b: Fixed issue where cycle syntax was not added in SQ... 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: 00011b387a9470b81ab36ffa5993db4bcc0b6ba2 https://github.com/pgadmin-org/pgadmin4/commit/00011b387a9470b81ab36ffa5993db4bcc0b6ba2 Author: Pravesh Sharma Date: 2023-08-04 (Fri, 04 Aug 2023) Changed paths: M web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/templates/sequences/sql/15_plus/create.sql M web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/templates/sequences/sql/default/create.sql Log Message: ----------- Fixed issue where cycle syntax was not added in SQL when creating new sequence from UI. #6639