pgAdmin 4 commit: Fixed keyerror issue in schema diff for 'attnum' and - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed keyerror issue in schema diff for 'attnum' and
Date
Msg-id E1mV9XI-00042D-4A@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed keyerror issue in schema diff for 'attnum' and 'edit_types' parameter. Fixes #6755

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_6_0.rst                                   | 1 +
.../servers/databases/schemas/tables/schema_diff_utils.py          | 7 +------
.../server_groups/servers/databases/schemas/tables/utils.py        | 2 +-
3 files changed, 3 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: Re: [pgAdmin][RM-5741]: [Schema Diff] Revisit all the CREATE and DROP DDL's to add appropriate 'IF EXISTS', 'CASCADE' and 'CREATE OR REPLACE'
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Fixed Tree Item add error