pgAdmin 4 commit: Ensure the DROP statements in reverse engineered SQL - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Ensure the DROP statements in reverse engineered SQL
Date
Msg-id E1jOzGw-0007Kr-VP@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Ensure the DROP statements in reverse engineered SQL are properly quoted for all objects. Fixes #4440

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6cab7b421db3bae0ad4c3f6ac79cc81066a6d14
Author: Shubham Agarwal <shubham.agarwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                             |  1 +
.../servers/databases/foreign_data_wrappers/__init__.py       | 11 +++++++----
.../tests/pg/9.3_plus/alter_fdw_change_opt2.sql               |  2 +-
.../tests/pg/9.3_plus/alter_fdw_comment.sql                   |  2 +-
.../tests/pg/9.3_plus/alter_fdw_opt1.sql                      |  2 +-
.../tests/pg/9.3_plus/alter_fdw_opt2.sql                      |  2 +-
.../tests/pg/9.3_plus/alter_fdw_privileges.sql                |  2 +-
.../tests/pg/9.3_plus/alter_fdw_rename.sql                    |  2 +-
.../tests/pg/9.3_plus/alter_fdw_validator.sql                 |  2 +-
.../foreign_data_wrappers/tests/pg/9.3_plus/create_fdw.sql    |  2 +-
.../tests/ppas/9.3_plus/alter_fdw_change_opt2.sql             |  2 +-
.../tests/ppas/9.3_plus/alter_fdw_comment.sql                 |  2 +-
.../tests/ppas/9.3_plus/alter_fdw_opt1.sql                    |  2 +-
.../tests/ppas/9.3_plus/alter_fdw_opt2.sql                    |  2 +-
.../tests/ppas/9.3_plus/alter_fdw_privileges.sql              |  2 +-
.../tests/ppas/9.3_plus/alter_fdw_rename.sql                  |  2 +-
.../tests/ppas/9.3_plus/alter_fdw_validator.sql               |  2 +-
.../foreign_data_wrappers/tests/ppas/9.3_plus/create_fdw.sql  |  2 +-
18 files changed, 24 insertions(+), 20 deletions(-)


pgadmin-hackers by date:

Previous
From: navnath gadakh
Date:
Subject: Re: [pgAdmin][RM5210] pgAdmin4 silently truncates text larger thanunderlying field size
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM#5375] "Mode" cell does not appear completely in thefunction dialog (Firefox specific issue)