pgAdmin 4 commit: Fixed resql test cases for Extensions specific to dat - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed resql test cases for Extensions specific to dat
Date
Msg-id E1hlTmQ-0000GE-VW@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed resql test cases for Extensions specific to database servers.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e6c067025cfe6ecff786efe3b671c8c7dd840c17
Author: Nagesh Dhope <nagesh.dhope@enterprisedb.com>

Modified Files
--------------
.../tests/9.4_plus/alter_extension_schema.sql      |  7 +++
.../tests/9.4_plus/alter_extension_version.sql     |  7 +++
.../9.4_plus/create_extension_with_all_options.sql |  7 +++
.../create_extension_with_default_schema.sql       |  7 +++
.../databases/extensions/tests/9.4_plus/tests.json | 59 ++++++++++++++++++++++
.../tests/9.5_plus/alter_extension_schema.sql      |  7 +++
.../9.5_plus/create_extension_with_all_options.sql |  7 +++
.../databases/extensions/tests/9.5_plus/tests.json | 32 ++++++++++++
.../alter_extension_schema.sql                     |  0
.../alter_extension_version.sql                    |  0
.../create_extension_with_all_options.sql          |  0
.../create_extension_with_default_schema.sql       |  0
.../tests/{default => 9.6_plus}/tests.json         |  4 +-
13 files changed, 135 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: RE-SQL tests patch for packages node
Next
From: Akshay Joshi
Date:
Subject: Re: Updated patch for RM #4453