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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Add Reverse Engineered and Modified SQL tests for Syn
Date: 2019-09-24 13:03:18
Message-ID: E1iCkTO-0003os-QD@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2019-09-25 07:16:59 Re: [pgAdmin][RM4701] Webpack optimization
Previous Message Dave Page 2019-09-23 15:17:52 Re: [pgAdmin4][Patch] - RM 3009 - Right click to copy from data grid, optionally with headers.