pgAdmin 4 commit: Ensure sequences can be created with increment, start

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure sequences can be created with increment, start
Date: 2019-03-22 15:54:38
Message-ID: E1h7MVC-00070m-Vi@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure sequences can be created with increment, start, minimum and maximum options set. Fixes #4100

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=212ca01506f02d62bedc37d5c6af8f209b7486cc
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_4.rst | 3 ++-
.../servers/databases/schemas/sequences/__init__.py | 15 ++++++++++-----
.../sequences/templates/sequence/sql/default/create.sql | 14 +++++++-------
.../schemas/sequences/tests/test_sequence_add.py | 17 -----------------
4 files changed, 19 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-03-22 16:56:58 Re: [pgAdmin4][Patch]: RM #4100 Unable to create sequence with Increment, Start, Minimum and Maximum value
Previous Message Dave Page 2019-03-22 14:09:27 pgAdmin 4 commit: Fix SQL help for EPAS 10+, and refactor the URL gener