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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add Reverse Engineered SQL tests for FDWs. Fixes #444
Дата
Msg-id E1hjLOi-0007RX-MC@gothos.postgresql.org
обсуждение исходный текст
Список 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.toshniwal@enterprisedb.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(+)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Added logic to provide custom schema name in re_sql t
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Don't distinguish between issue types in their URL te