Обсуждение: pgAdmin 4 commit: Fixed an issue where schema diff is not working when

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Fixed an issue where schema diff is not working when

От
Akshay Joshi
Дата:
Fixed an issue where schema diff is not working when providing the options to Foreign Data Wrapper, Foreign Server, and
UserMapping. Fixes #5754 

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_26.rst                             |  3 ++-
.../servers/databases/foreign_data_wrappers/__init__.py       | 11 +++++++++--
.../foreign_data_wrappers/foreign_servers/__init__.py         | 10 ++++++++--
.../foreign_servers/user_mappings/__init__.py                 | 10 ++++++++--
web/pgadmin/tools/schema_diff/directory_compare.py            |  4 +++-
5 files changed, 30 insertions(+), 8 deletions(-)