pgAdmin 4 commit: Fixed a schema diff issue where difference SQL isn't

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed a schema diff issue where difference SQL isn't
Date: 2022-03-10 09:11:48
Message-ID: E1nSEpo-0005uP-OH@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed a schema diff issue where difference SQL isn't generated when foreign key values for a table differ. Fixes #7220

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_7.rst | 1 +
.../servers/databases/schemas/tables/schema_diff_utils.py | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Fahar Abbas 2022-03-10 10:16:54 Re: pgAdmin4 v6.6 candidate builds
Previous Message Akshay Joshi 2022-03-09 12:17:52 Re: [pgAdmin][RM-7149]: [React] Port preferences dialog to React.