1) Added option to ignore the whitespaces while comparing objects in schema diff. Fixes #5468 2) Added server group name while selecting servers in schema diff. Fixes #5500 3) Fixed an issue where two identical tables showing different by schema diff tool. Fixes #5584
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cb268075c2e8f61c6297ead49970c6f81e04c292 Modified Files -------------- docs/en_US/images/preferences_schema_diff.png | Bin 93009 -> 119849 bytes docs/en_US/preferences.rst | 3 ++ docs/en_US/release_notes_4_23.rst | 3 ++ .../databases/schemas/tables/columns/utils.py | 4 +-- .../databases/schemas/tables/indexes/__init__.py | 12 +++---- .../databases/schemas/tables/schema_diff_utils.py | 15 +++++--- web/pgadmin/static/css/style.css | 1 + web/pgadmin/tools/schema_diff/__init__.py | 31 ++++++++++++---- web/pgadmin/tools/schema_diff/compare.py | 2 ++ web/pgadmin/tools/schema_diff/directory_compare.py | 39 ++++++++++++++++---- .../schema_diff/static/js/schema_diff.backform.js | 40 +++++++++++++++------ .../tools/schema_diff/static/js/schema_diff_ui.js | 18 ++++++++++ 12 files changed, 132 insertions(+), 36 deletions(-)