pgAdmin 4 commit: Fixed an issue where difference SQL is not seen in th - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where difference SQL is not seen in th
Date
Msg-id E1jO0Tm-0006T4-Pc@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where difference SQL is not seen in the schema diff tool for Types. Fixes #5302

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
.../servers/databases/schemas/types/__init__.py    |  2 +-
web/pgadmin/tools/schema_diff/directory_compare.py | 10 ++++++
.../tools/schema_diff/tests/pg/10_plus/source.sql  |  6 ++++
.../tools/schema_diff/tests/pg/10_plus/target.sql  |  8 +++++
.../tools/schema_diff/tests/pg/11_plus/source.sql  | 42 ++++++++++++++++++++++
.../tools/schema_diff/tests/pg/11_plus/target.sql  |  8 +++++
.../tools/schema_diff/tests/pg/12_plus/source.sql  | 42 ++++++++++++++++++++++
.../tools/schema_diff/tests/pg/12_plus/target.sql  |  8 +++++
.../tools/schema_diff/tests/pg/9.2_plus/source.sql | 40 +++++++++++++++++++++
.../tools/schema_diff/tests/pg/9.2_plus/target.sql |  8 +++++
.../schema_diff/tests/ppas/10_plus/source.sql      | 42 ++++++++++++++++++++++
.../schema_diff/tests/ppas/10_plus/target.sql      |  8 +++++
.../schema_diff/tests/ppas/9.2_plus/source.sql     | 40 +++++++++++++++++++++
.../schema_diff/tests/ppas/9.2_plus/target.sql     |  8 +++++
15 files changed, 272 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Neel Patel
Date:
Subject: Re: RM4292 - Dark mode support for Windows/macOS
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch]: RM 5053 - Getting an error while changing thecolumns in the existing view