pgAdmin 4 commit: Added MSQL test cases for Roles.

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 Roles.
Date: 2019-09-16 06:11:56
Message-ID: E1i9kEu-0002Rq-MR@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added MSQL test cases for Roles.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d923dcf98bd466289f49d6d74f6a7bf6e24f641c
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../server_groups/servers/roles/__init__.py | 7 ++---
.../9.1_plus/alter_login_role_description.msql | 1 +
.../tests/9.1_plus/alter_login_role_name.msql | 2 ++
.../tests/9.1_plus/alter_login_role_options.msql | 11 +++++++
.../tests/9.1_plus/alter_role_description.msql | 1 +
.../roles/tests/9.1_plus/alter_role_name.msql | 2 ++
.../roles/tests/9.1_plus/alter_role_options.msql | 11 +++++++
.../roles/tests/9.1_plus/create_login_role.msql | 9 ++++++
.../servers/roles/tests/9.1_plus/create_role.msql | 9 ++++++
.../servers/roles/tests/9.1_plus/test.json | 34 +++++++++++++++-------
.../9.4_plus/alter_login_role_description.msql | 1 +
.../tests/9.4_plus/alter_login_role_name.msql | 2 ++
.../tests/9.4_plus/alter_login_role_options.msql | 11 +++++++
.../tests/9.4_plus/alter_role_description.msql | 1 +
.../roles/tests/9.4_plus/alter_role_name.msql | 2 ++
.../roles/tests/9.4_plus/alter_role_options.msql | 11 +++++++
.../roles/tests/9.4_plus/create_login_role.msql | 9 ++++++
.../servers/roles/tests/9.4_plus/create_role.msql | 9 ++++++
.../servers/roles/tests/9.4_plus/test.json | 30 ++++++++++++++-----
19 files changed, 141 insertions(+), 22 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-09-16 06:12:15 Re: MSQL tests for Roles node
Previous Message Khushboo Vashi 2019-09-16 06:05:53 Re: [pgAdmin4][Patch] - RM 4742 - Can not create Primary key with Index & 4624 - RE-SQL/MSQL test cases for Primary Keys