public inbox for [email protected]
help / color / mirror / Atom feedFrom: Akshay Joshi <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Added support of Domain, Domain Constraints and Types
Date: Thu, 26 Mar 2020 09:03:50 +0000
Message-ID: <[email protected]> (raw)
Added support of Domain, Domain Constraints and Types to the Schema Diff. Fixes #5262
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=94a76cc9e087b8c567a543cb6ad8513ee1f9...
Modified Files
--------------
docs/en_US/release_notes_4_20.rst | 3 +-
.../servers/databases/schemas/domains/__init__.py | 85 ++++++++---
.../domains/sql/9.2_plus/domain_schema_diff.sql | 44 ++++++
.../templates/domains/sql/9.2_plus/update.sql | 16 +-
.../servers/databases/schemas/types/__init__.py | 74 +++++++++-
.../types/sql/default/additional_properties.sql | 4 +-
.../types/sql/default/type_schema_diff.sql | 105 +++++++++++++
web/pgadmin/tools/schema_diff/directory_compare.py | 5 +-
.../tools/schema_diff/tests/pg/10_plus/source.sql | 162 +++++++++++++++++++++
.../tools/schema_diff/tests/pg/10_plus/target.sql | 145 ++++++++++++++++++
.../tools/schema_diff/tests/pg/11_plus/source.sql | 126 ++++++++++++++++
.../tools/schema_diff/tests/pg/11_plus/target.sql | 145 ++++++++++++++++++
.../tools/schema_diff/tests/pg/12_plus/source.sql | 126 ++++++++++++++++
.../tools/schema_diff/tests/pg/12_plus/target.sql | 145 ++++++++++++++++++
.../tools/schema_diff/tests/pg/9.2_plus/source.sql | 126 ++++++++++++++++
.../tools/schema_diff/tests/pg/9.2_plus/target.sql | 143 ++++++++++++++++++
.../schema_diff/tests/ppas/10_plus/source.sql | 126 ++++++++++++++++
.../schema_diff/tests/ppas/10_plus/target.sql | 146 +++++++++++++++++++
.../schema_diff/tests/ppas/9.2_plus/source.sql | 126 ++++++++++++++++
.../schema_diff/tests/ppas/9.2_plus/target.sql | 145 ++++++++++++++++++
20 files changed, 1968 insertions(+), 29 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgAdmin 4 commit: Added support of Domain, Domain Constraints and Types
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox