pgAdmin 4 commit: Fixed an issue where columns with sequences get alter

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where columns with sequences get alter
Date: 2021-08-18 14:03:08
Message-ID: E1mGM9s-0003d8-H4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where columns with sequences get altered unnecessarily with a schema diff tool. Fixes #6564

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7798584e1cd8b3ff9bf2efbe29c1e44b29d1167e

Modified Files
--------------
docs/en_US/release_notes_5_7.rst | 1 +
web/pgadmin/authenticate/__init__.py | 17 ++++++++++------
.../databases/schemas/tables/schema_diff_utils.py | 23 ++++++++++++++++------
3 files changed, 29 insertions(+), 12 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-08-18 14:25:31 Re: [pgAdmin][patch] RM6675 Port package and it’s child node to React
Previous Message Rahul Shirsat 2021-08-18 07:01:14 [pgAdmin][patch] RM6675 Port package and it’s child node to React