pgAdmin 4 commit: Ensure that the 'CREATE SCHEMA' statement should be p

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure that the 'CREATE SCHEMA' statement should be p
Date: 2020-09-11 14:37:17
Message-ID: E1kGkAv-0001ib-7n@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure that the 'CREATE SCHEMA' statement should be present in the generated script if the schema is not present in the target database. Fixes #5816

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_26.rst | 1 +
.../databases/schemas/tables/schema_diff_utils.py | 4 +-
web/pgadmin/tools/schema_diff/__init__.py | 18 ++++++--
web/pgadmin/tools/schema_diff/compare.py | 4 +-
web/pgadmin/tools/schema_diff/directory_compare.py | 38 +++++++++-------
.../tools/schema_diff/static/js/schema_diff_ui.js | 9 ++++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 51 +++++++---------------
7 files changed, 69 insertions(+), 56 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-11 14:41:45 Re: RM_5792.patch
Previous Message Nidhi Bhammar 2020-09-11 06:47:00 RM_5792.patch