pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for Syn - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for Syn
Date
Msg-id E1iCkTO-0003os-QD@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] - RM 3009 - Right click to copy from data grid,optionally with headers.
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM4701] Webpack optimization