pgAdmin 4 commit: Ensure that the 'CREATE SCHEMA' statement should be p - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure that the 'CREATE SCHEMA' statement should be p
Date
Msg-id E1kGkAv-0001ib-7n@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure that the 'CREATE SCHEMA' statement should be present in the generated script if the schema is not present in the
targetdatabase. 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(-)


pgadmin-hackers by date:

Previous
From: Nidhi Bhammar
Date:
Subject: RM_5792.patch
Next
From: Akshay Joshi
Date:
Subject: Re: RM_5792.patch