pgAdmin 4 commit: Add Reverse Engineered SQL tests for FDWs. Fixes #444

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add Reverse Engineered SQL tests for FDWs. Fixes #444
Date: 2019-07-05 10:24:56
Message-ID: E1hjLOi-0007RX-MC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add Reverse Engineered SQL tests for FDWs. Fixes #4441

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ba32c98241b77c27215096db121afe0984d8ea73
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_11.rst | 1 +
.../tests/9.3_plus/alter_fdw_change_opt2.sql | 12 +++
.../tests/9.3_plus/alter_fdw_comment.sql | 11 +++
.../tests/9.3_plus/alter_fdw_opt1.sql | 12 +++
.../tests/9.3_plus/alter_fdw_opt2.sql | 12 +++
.../tests/9.3_plus/alter_fdw_rename.sql | 13 +++
.../tests/9.3_plus/alter_fdw_validator.sql | 13 +++
.../tests/9.3_plus/create_fdw.sql | 8 ++
.../foreign_data_wrappers/tests/9.3_plus/test.json | 104 +++++++++++++++++++++
.../tests/default/alter_fdw_change_opt2.sql | 12 +++
.../tests/default/alter_fdw_comment.sql | 11 +++
.../tests/default/alter_fdw_opt1.sql | 12 +++
.../tests/default/alter_fdw_opt2.sql | 12 +++
.../tests/default/alter_fdw_rename.sql | 13 +++
.../tests/default/alter_fdw_validator.sql | 13 +++
.../tests/default/create_fdw.sql | 8 ++
.../foreign_data_wrappers/tests/default/test.json | 104 +++++++++++++++++++++
17 files changed, 371 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-05 10:38:15 pgAdmin 4 commit: Don't distinguish between issue types in their URL te
Previous Message Akshay Joshi 2019-07-05 10:05:49 pgAdmin 4 commit: Added logic to provide custom schema name in re_sql t