pgAdmin 4 commit: Added MSQL test cases for Domain.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added MSQL test cases for Domain.
Date: 2019-09-02 06:22:32
Message-ID: E1i4fjU-0001nA-OK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added MSQL test cases for Domain.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0ca65d7cfeaa52f58edc6eff5dd96a1b73aea360
Author: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>

Modified Files
--------------
.../schemas/domains/tests/default/test.json | 69 -------------
.../{ => pg}/default/alter_domain_comment.sql | 10 +-
.../default/alter_domain_default_expression.sql | 10 +-
.../tests/{ => pg}/default/alter_domain_name.sql | 10 +-
.../{ => pg}/default/alter_domain_null_type.sql | 10 +-
.../domains/tests/pg/default/create_domain.sql | 20 ++++
.../default/create_domain_numeric.sql} | 9 +-
.../tests/pg/default/msql_alter_domain_comment.sql | 2 +
.../msql_alter_domain_default_expression.sql | 2 +
.../tests/pg/default/msql_alter_domain_name.sql | 2 +
.../pg/default/msql_alter_domain_null_type.sql | 2 +
.../tests/pg/default/msql_create_domain.sql | 16 +++
.../pg/default/msql_create_domain_numeric.sql | 9 ++
.../schemas/domains/tests/pg/default/test.json | 114 +++++++++++++++++++++
.../tests/ppas/default/alter_domain_comment.sql | 20 ++++
.../default/alter_domain_default_expression.sql | 19 ++++
.../tests/ppas/default/alter_domain_name.sql | 19 ++++
.../tests/ppas/default/alter_domain_null_type.sql | 19 ++++
.../domains/tests/ppas/default/create_domain.sql | 20 ++++
.../tests/ppas/default/create_domain_numeric.sql | 13 +++
.../ppas/default/msql_alter_domain_comment.sql | 2 +
.../msql_alter_domain_default_expression.sql | 2 +
.../tests/ppas/default/msql_alter_domain_name.sql | 2 +
.../ppas/default/msql_alter_domain_null_type.sql | 2 +
.../tests/ppas/default/msql_create_domain.sql | 16 +++
.../ppas/default/msql_create_domain_numeric.sql | 9 ++
.../schemas/domains/tests/ppas/default/test.json | 114 +++++++++++++++++++++
27 files changed, 455 insertions(+), 87 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-02 06:22:48 Re: RM 4463 - MSQL test cases for domain node
Previous Message Neel Patel 2019-09-02 06:05:21 Re: RM 4463 - MSQL test cases for domain node