pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for Syn

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for Syn
Дата
Msg-id E1iCkTO-0003os-QD@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add Reverse Engineered and Modified SQL tests for Synonyms. Fixes #4472

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_14.rst                  |   1 +
.../ppas/9.4_plus/create_public_syn_with_func.sql  |   6 +
.../9.4_plus/create_public_syn_with_func_msql.sql  |   2 +
.../ppas/9.4_plus/create_public_syn_with_pkg.sql   |   6 +
.../9.4_plus/create_public_syn_with_pkg_msql.sql   |   2 +
.../ppas/9.4_plus/create_public_syn_with_proc.sql  |   6 +
.../9.4_plus/create_public_syn_with_proc_msql.sql  |   2 +
.../ppas/9.4_plus/create_public_syn_with_seq.sql   |   6 +
.../9.4_plus/create_public_syn_with_seq_msql.sql   |   2 +
.../ppas/9.4_plus/create_public_syn_with_table.sql |   6 +
.../9.4_plus/create_public_syn_with_table_msql.sql |   2 +
.../ppas/9.4_plus/create_synonyms_with_func.sql    |   6 +
.../9.4_plus/create_synonyms_with_func_msql.sql    |   2 +
.../ppas/9.4_plus/create_synonyms_with_pkg.sql     |   6 +
.../9.4_plus/create_synonyms_with_pkg_msql.sql     |   2 +
.../ppas/9.4_plus/create_synonyms_with_proc.sql    |   6 +
.../9.4_plus/create_synonyms_with_proc_msql.sql    |   2 +
.../ppas/9.4_plus/create_synonyms_with_seq.sql     |   6 +
.../9.4_plus/create_synonyms_with_seq_msql.sql     |   2 +
.../ppas/9.4_plus/create_synonyms_with_table.sql   |   6 +
.../9.4_plus/create_synonyms_with_table_msql.sql   |   2 +
.../tests/ppas/9.4_plus/test_public_synonyms.json  | 237 +++++++++++++++++++++
.../tests/ppas/9.4_plus/test_synonyms.json         | 237 +++++++++++++++++++++
web/regression/re_sql/tests/test_resql.py          |   5 +-
24 files changed, 559 insertions(+), 1 deletion(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 3009 - Right click to copy from data grid,optionally with headers.
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM4701] Webpack optimization