Thread: pgAdmin 4 commit: Added encrypted password in reverse engineered SQL fo

pgAdmin 4 commit: Added encrypted password in reverse engineered SQL fo

From
Akshay Joshi
Date:
Added encrypted password in reverse engineered SQL for roles. Fixes #1974.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=02642628b0a55cff8adbc287ccd34af57dcc9da0
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_15.rst                  |  1 +
.../server_groups/servers/roles/__init__.py        |  3 +-
.../roles/templates/roles/sql/9.4_plus/sql.sql     |  7 ++-
.../tests/9.4_plus/alter_login_role_options.sql    |  1 +
.../roles/tests/9.4_plus/alter_role_options.sql    |  1 +
.../servers/roles/tests/9.4_plus/test.json         |  6 ++-
web/regression/re_sql/tests/test_resql.py          | 63 +++++++++++++---------
7 files changed, 53 insertions(+), 29 deletions(-)