pgAdmin 4 commit: Fixed an issue where difference SQL is not seen in th

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where difference SQL is not seen in th
Date: 2020-04-13 14:54:30
Message-ID: E1jO0Tm-0006T4-Pc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-13 14:55:27 Re: [pgAdmin4][Patch]: RM 5053 - Getting an error while changing the columns in the existing view
Previous Message Neel Patel 2020-04-13 13:07:51 Re: RM4292 - Dark mode support for Windows/macOS